piranna / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Pyfilesystem doesn't read ssh config #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps:
* Have an existing ssh config in ~/.ssh/config, referencing username and keys 
for different hosts. Have ssh keynames other than id_rsa or id_dsa.
* sftpfs will only find and use id_rsa or id_dsa. 

The enhancement here is that if there is an existing ssh config file, sftpfs 
would be able to find keys/configurations via this file. 

Original issue reported on code.google.com by orionrobots on 23 Sep 2013 at 7:24