Go to file
Alan SCHNEIDER 2e7072a486 * Bump version 1.7.1 2012-07-16 18:06:14 +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
market Updated market infos 2012-06-17 23:01:54 +02:00
res Explorer: green text color 2012-06-17 22:10:06 +02:00
src/me/shkschneider/dropbearserver * Bump version 1.7.1 2012-07-16 18:06:14 +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 * Bump version 1.7.1 2012-07-16 18:06:14 +02:00
LICENSE Prepare the Eclipse project 2012-04-13 10:37:08 +02:00
README.md Work in progress 2012-05-21 21:40:36 +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, WinSCP or Cyberduck.

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

You can also run ssh and scp from you phone.

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.
  • ic_launcher.png: Mfayas (Free), Johanna Nizard (Free)

  • ic_market.png: DsynFLO Creations (Free)

  • ic_rate.png: Andy Gongea (Free)

  • ic_donate.png: Iconshock (Free)

  • ic_web.png: Ever (Free)

  • Binaries from http://blog.mwmdev.com/tutorials/249/

Compatibility

  • Minimal: Android 2.1+ (API 7+)

  • Target: Android 2.3+ (API 10+)

  • Density:

    • ldpi
    • mdpi
    • hdpi
  • Screens:

    • small
    • normal
    • large

Thanks

  • Miguel (for binaries)
  • Michael Almyros (for file chooser)
  • Johan Nilsson (for android-actionbar)
  • thiagolocatelli (for android-uitableview)
  • Andreas Stutz (for android-viewpagertabs)
  • Stephen 'Stericson' Erickson (for roottools)
  • Adam 'ChainsDD' Shanks (for root)

Others thanks are placed as comments into the source code.