GNOME Bugzilla – Bug 520915
password in URI
Last modified: 2012-08-02 08:28:54 UTC
Current ftp backend do not accept password in URI. ftp://user:password@localhost Firefox and orignal gnomevfs can login to ftp server with 'user' as user name and 'password' as password, but gvfs treats 'user:password' as user name. so does sftp://...
I'm not convinced of using passwords in uris should be supported (its a security issue and strongly recommended against in the RFCs), but we should at least remove it from the username instead of breaking like this.
*** Bug 568789 has been marked as a duplicate of this bug. ***
I see that it's a security issue, but the user should have the possibility to choose if he wants to risk it. I'd vote for a setting whichs default is to disable password in uri.
*** Bug 568579 has been marked as a duplicate of this bug. ***
*** Bug 593756 has been marked as a duplicate of this bug. ***
Currently gvfs-mount does not give any documentation as to how one can pass a password to it. Reading password from a file would make sense. But no, there's only "gvfs-mount [OPTION...] - mount <location>". How one supposed to use FTP if there's no place to put password in.
This is a duplicate of bug #628430. I think we might mark this as duplicate even though it is older as the other contains more discussion.
*** This bug has been marked as a duplicate of bug 628430 ***