GNOME Bugzilla – Bug 674348
case insensitive
Last modified: 2012-11-28 09:15:15 UTC
The sftp can't connect to hosts defined using uppercase symbols in the .ssh/config file.
I can confirm this bug. fm@thinkpad:~$ cat .ssh/config Host nas HostName ms.xxx.de Port 222 User root Host NASD HostName ms.xxx.de Port 222 User root fm@thinkpad:~$ gvfs-mount sftp://nas/ works perfectly fm@thinkpad:~$ gvfs-mount sftp://NASD/ uses 100% CPU!
I am using gvfs version 1.12.1-0ubuntu1
The backtrace looks like the following at that moment: (gdb) bt
+ Trace 230605
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report. Please re-open, if otherwise.