Skip to content

Android app that allows you to send an SSH command to a remote host

Notifications You must be signed in to change notification settings

Bocko/AndroidSSHCommandSender

Repository files navigation

AndroidSSHCommandSender

Android app that allows you to send an SSH command to a remote host

Features

SSH

The app uses JSCH to send SSH commands.

Settings Saving

When sending a command, all the settings will save automaticly so next time you open up the app all the previous settings will be restored. The setting are stored in a Room DB.

Encryption

When saving the settings the password will be encrypted and when loading the app again it will be decrypted. All the encryption and decryption are handled with the Android Keystore and Cipher

Screenshots

Dark Mode

Light Mode

Notice

If you are using the app to shut down a host, be aware that if you start the shutdown, you can't send any other commands after that because SSH doesn't let you connect if the host is shutting down.