What steps will reproduce the problem? 1. create a key to access a myhost, call this ~/.ssh/mykey 2. add an entry to .ssh/config with Host and IdentityFile set 3. issue pysftp.Connection('myhost')
What is the expected output? What do you see instead?
Should read ssh config to work out what key to use. Instead, uses the default DSA or RSA key.
What version of the product are you using? On what operating system? 0.2.2 Linux
Please provide any additional information below. Attached a patch to read config
- ssh_config.patch 1.4KB
Comment #1
Posted on May 10, 2014 by Grumpy Monkeyhttps://bitbucket.org/dundeemt/pysftp/issue/9/does-not-read-ssh-config
Comment #2
Posted on May 10, 2014 by Grumpy Monkeyissue move to bitbucket
Status: Duplicate
Labels:
Type-Enhancement
Priority-Low