GNOME Bugzilla – Bug 550755
seahorse asks for “Secure Shell Passphrase” when it means “remote host password”
Last modified: 2008-11-11 03:50:41 UTC
In seahorse, if you select an SSH key, go to Remote → Configure Key for Secure Shell…, and type in a remote host and username, you get prompted with this confusing dialog. http://web.mit.edu/andersk/Public/seahorse-passphrase-dialog.png It is actually asking for a password to be sent to the remote host. However, it is easily interpreted as asking for the SSH key passphrase, which should never leave the local machine. This could result in an accidental compromise of the passphrase. The dialog would be much less confusing if it only asked for one thing. In particular, it should be changed to never mention the word “passphrase”. Other information: This was reported on Launchpad: https://bugs.edge.launchpad.net/ubuntu/+source/seahorse/+bug/257413
We'll have to get on this for 2.26.
Created attachment 118917 [details] [review] String changes, "Secure Shell Passphrase" to "Remote Host Password" and "Passphrase:" to "Password:" Patch against current trunk attached.
That patch "fixes" the stated bug, but breaks all other passphrase requests.
2008-11-10 Adam Schreiber <sadam@clemson.edu> * ssh/seahorse-ssh-operation.c: Fix upload password prompt. Fixes bug #550755