Android app that allows you to send an SSH command to a remote host
The app uses JSCH to send SSH commands.
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.
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
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.