Go to file
Alan SCHNEIDER 3eebe3eae0 * Fix github link: leonnib4 -> shkschneider
* Compatibility commit
  * match_parent -> fill_parent
  * Fix @Overrides
  * Fix .R imports
2012-04-22 21:36:58 +02:00
.settings * Fix github link: leonnib4 -> shkschneider 2012-04-22 21:36:58 +02:00
libs First day of work: 2012-04-13 10:38:01 +02:00
res * Fix github link: leonnib4 -> shkschneider 2012-04-22 21:36:58 +02:00
src/me/shkschneider/dropbearserver * Fix github link: leonnib4 -> shkschneider 2012-04-22 21:36:58 +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 * minSdk=7 targetSdk=10 2012-04-18 13:34:17 +02:00
LICENSE Prepare the Eclipse project 2012-04-13 10:37:08 +02:00
README.md * Unified DropBear wording 2012-04-18 16:39:29 +02:00
proguard-project.txt First day of work: 2012-04-13 10:38:01 +02:00
project.properties * Unified DropBear wording 2012-04-18 16:39:29 +02:00

README.md

DropBear - SSH Server

Description

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.

Usage

Transfert files with scp, sftp, WinSCP or Cyberduck.

Gain shell access with ssh from any terminal emulator (see PuTTY/KiTTY for Windows).

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

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