Skip to content

A simple Android app mimicking a remote control (with buttons) to execute commands over SSH on a remote host. Contains a fully fledged ssh-client library.

License

Notifications You must be signed in to change notification settings

tfonteyn/sshremote

Repository files navigation

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

About

A simple Android app mimicking a remote control (with buttons) to execute commands over SSH on a remote host. Contains a fully fledged ssh-client library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages