Automatic Key generation to replace Saved Password
I know that for very good reasons, you have removed the password save feature:
# When saving session with password, option is given not to store the password.
However this takes away one of the great usability features of the software.
Instead can you not make it so it
(1) Automatically creates a public/private key pair.
(2) Stores the private key for the session
(3) Adds the key to ~/.ssh/authorized_keys on the remote server?
That would be fantastic. It's such a pain to have to do it manually for each server!
Thanks
David.
# When saving session with password, option is given not to store the password.
However this takes away one of the great usability features of the software.
Instead can you not make it so it
(1) Automatically creates a public/private key pair.
(2) Stores the private key for the session
(3) Adds the key to ~/.ssh/authorized_keys on the remote server?
That would be fantastic. It's such a pain to have to do it manually for each server!
Thanks
David.