ykankaya / AndroidSSH

Simple SSH and SFTP client for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%