-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi!
First of all, thanks for this application, it's simple, beautiful and get the job done! And it being fully FOSS is really the icing on the cake!
But I don't really see a way to configure ssh key authentication in the app or talked about in the README.
A lot of people, like myself, just disable ssh password authentication entirely on their servers and not having ssh key support in your app make it unusable for us.
Would it be possible to add support for it? I've read rapidly the documentation of the ssh flutter package your application is using and it supports ssh key authentication using standard PEM encoded RSA keys.
There could be multiple implementation options like managing it directly in the app (like ConnectBot) or by storing the key file encrypted on the internal shared storage and have your app "just" read it for example, the password field could be used to input the private key decryption password.
Anyway, thanks again for your work, it's really appreciated!