GNOME Bugzilla – Bug 626390
server connections: "use gnome keyring" set to true when not entering a password
Last modified: 2015-05-29 11:31:05 UTC
when not entering a passwort and storing a new network connection (specifically tested with SSH/SFTP), the "use gnome keyring" bool is set to true. Expected behaviour would be to prompt for password everytime connection is used.
Confirmed on: Ubuntu: 11.04 Gnome-commander: 1.4 git version 2010-12-18
Let me first thank you for the bug report and say "Sorry" for this late reply! Till GCMD v1.4.5 there was the possibility to store connection passwords directly in GCMD, i.e. then you typed the password in the text field of the GCMD GUI, it has been stored in ~/.gnome-commander/gnome-commander.xml (see bug #653573). As this password was stored in plain text (security hole!), the ability to store it directly in GCMD has been removed in v1.4.6. Now, you should be always asked to type your password when connecting to a remote server when you don't want to save the password. Otherwise, if you save it, gnome-keyring is used to store the password, and it is stored encrypted in your private keyring. Having this said, it could be possible that you are still not asked for a password when connecting to a remote server with GCMD. But this would be no bug anymore because it would mean that you stored the connection password within gnome-keyring for permanent usage (without having to type it in again and again for each connection).