Skarafaz / mercury

Simple Android app that sends pre-configured commands to remote servers via SSH.
GNU General Public License v2.0
115 stars 20 forks source link

Don't storre the Password !!! #12

Closed theScrabi closed 7 years ago

theScrabi commented 8 years ago

I like your app, but do we really have to sotore the password plain text on a smart phone? Could you make it possible for the user to just enter the password every time he wants to send a command, and if the password was not set in the config.

mfg schabi

tnshibu commented 8 years ago

That would be good. If the password is stored in the JSON file, use it. Else popup a password dialog.

djmattyg007 commented 7 years ago

Ideally support for RSA keys would be available.