Doesn't read the user ssh config
Bug #1065523 reported by
Fantu
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gvfs |
Fix Released
|
Medium
|
|||
gvfs (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Using ubuntu 12.04 I found a problem already reported in bug 264803 and solved some years ago.
For example using nautilus sftp://
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gvfs 1.12.1-0ubuntu1.1
ProcVersionSign
Uname: Linux 3.2.0-31-generic x86_64
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
Date: Thu Oct 11 15:47:06 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120317)
SourcePackage: gvfs
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in gvfs: | |
importance: | Unknown → Medium |
status: | Unknown → New |
Changed in gvfs: | |
status: | New → Confirmed |
Changed in gvfs: | |
status: | Confirmed → Incomplete |
Changed in gvfs: | |
status: | Incomplete → Confirmed |
Changed in gvfs: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
I have the same problem in Ubuntu 12.10. I've set up a proxy in my .ssh/config file, it works on the command line but is ignored if I try to use it in nautilus.
If I'm not mistaken nautilus uses gvfs as a backend to mount remote filesystem, dunno if gvfs is supposed to read the ssh configuration file at all so this would turn the bug into a feature request.
As a workaround I'm using sshfs to mount the remote filesystem, looks like it reads the .ssh/config file correctly, it can be found in the repository.