This is a simple SSH client implementation for Android, using the JSch library. Functionality includes:
Functionality to be included:
- SSH shell-like
- SFTP file upload / download
- Execute remote commands
- 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.