Skip to content

hzw1199/AndroidSSH

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages