Opened 12 years ago
Closed 9 years ago
#8450 closed Feature request (rejected)
FileZilla should parse and follow ~/.ssh/config directives when using SFTP
Reported by: | lambada | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | sftp, configuration, ssh config | Cc: | |
Component version: | Operating system type: | Linux | |
Operating system version: | all |
Description (last modified by )
There are several useful things in ~/.ssh/config that would enhance FileZillas SFTP features on OSX and Linux.
On OSX and Linux, the standard way of doing things is for all SSH configuration management to take place in this one centralised file. This provides one-place management for settings such as
- Host Aliases
- Pairing of Host and Private Key information
- Port Settings
- SSH Proxy Settings
And various other configuration options (I've listed the ones that I feel should be considered essential).
[Filed under Linux, although this is equally as applicable to OSX]
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
According to that comment (http://trac.filezilla-project.org/ticket/7739) FileZilla only uses the system's ssh-agent. This would not include host aliases, alternate ports, proxies, and other settings that can be set in ~/.ssh/config and that work with standard ssh tools like sftp and sshfs.
I agree with @lambada that this would make FileZilla much more useful.
comment:4 by , 9 years ago
Description: | modified (diff) |
---|---|
Resolution: | → rejected |
Status: | new → closed |
~/.ssh/config is the configuration file for OpenSSH. FileZilla does not use OpenSSH, its SFTP support is based on PuTTY's psftp.
According to a comment in #7739, FileZilla parses ~/.ssh/config.