• Stars
    star
    102
  • Rank 335,584 (Top 7 %)
  • Language
    Java
  • Created almost 12 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple SSH and SFTP client for Android

Build Status

AndroidSSH - SSH from Android devices

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

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.