Skip to content

ykankaya/AndroidSSH

 
 

Repository files navigation

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.

About

Simple SSH and SFTP client for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%