Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.26 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.26 KB

A simple Android app mimicking a remote control (with buttons) to execute commands over SSH on a remote host.

Contains the module "ssh-client", a Java SSH client library:

This is a fully fledged SSH client library for use by Java (with or without Android).

It is modelled after the jsch library but written from scratch using proper Java JDK and Bouncycastle API's.

Supported protocols

Ciphers

Compression: none, zlib, zlib@openssh.com

Hostkey formats

Key exchange protocols

Message authentication codes (MACs)

User authentication methods: gssapi-with-mic, keyboard-interactive, password, publickey

Protocol extensions: server-sig-algs