Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 711 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 711 Bytes

AndroidSSH - SSH from Android devices

This is a simple SSH client implementation for Android, using the JSch library.

Functionality includes:

  • SSH shell-like
  • Execute remote commands
  • SFTP file upload / download
  • SCP file upload

This project is based on AndroidSSH. I just add SCP support and fix some bugs.

How to use

  • clone repository
  • gradle assembleDebug (or make a release build if you want)
  • install on your device
  • SSH into your server (you need your SSH server's ip address or URL, port nnumber (probably 22) , and your username and password.
  • input commands or click SFTP/SCP button to upload / download files