Go to file
Alan SCHNEIDER 4385954f03 Add Eclipse project files
Update GitIgnore
Update layouts
2012-04-13 12:46:12 +02:00
libs First day of work: 2012-04-13 10:38:01 +02:00
res Add Eclipse project files 2012-04-13 12:46:12 +02:00
src/me/shkschneider/dropbearserver First day of work: 2012-04-13 10:38:01 +02:00
.classpath Add Eclipse project files 2012-04-13 12:46:12 +02:00
.gitignore Add Eclipse project files 2012-04-13 12:46:12 +02:00
.project Add Eclipse project files 2012-04-13 12:46:12 +02:00
AndroidManifest.xml First day of work: 2012-04-13 10:38:01 +02:00
LICENSE Prepare the Eclipse project 2012-04-13 10:37:08 +02:00
README Prepare the Eclipse project 2012-04-13 10:37:08 +02:00
README.devel [#0] init devel 2012-04-13 10:20:02 +02:00
README.master [#0] init master 2012-04-13 10:19:57 +02:00
proguard-project.txt First day of work: 2012-04-13 10:38:01 +02:00
project.properties First day of work: 2012-04-13 10:38:01 +02:00

README

== Description ==

DropBear - SSH Server

For Windows, MacOS and GNU/Linux systems.

This is a SSH server using dropbear, allows you to easily install, configure and run a Secured SHell server.
You will be able to SSH to your phone to gain shell access or copy files.
SSH is a secured (encrypted) protocol that gives you shell access on a remote UNIX-like system. SSH can be used to browse, copy or execute commands.
This is similar to the Terminal app or 'adb shell' but over the network.

Transfert files with 'scp', 'sftp', WinSCP or Cyberduck.
Gain shell access with 'ssh' from any terminal or PuTTY/KiTTY.

== License ==

This software is released under GNU GPLv2+.

This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.

== Thanks ==

* thiagolocatelli (android-uitableview)
* Andreas Stutz (android-viewpagertabs)
* Stephen 'Stericson' Erickson (RootTools library)
* Adam 'ChainsDD' Shanks (su binary, Superuser)