Export to GitHub

pysftp - issue #7

Does not read ~/.ssh/config


Posted on Aug 12, 2013 by Swift Giraffe

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

Attachments

Comment #1

Posted on May 10, 2014 by Grumpy Monkey

https://bitbucket.org/dundeemt/pysftp/issue/9/does-not-read-ssh-config

Comment #2

Posted on May 10, 2014 by Grumpy Monkey

issue move to bitbucket

Status: Duplicate

Labels:
Type-Enhancement Priority-Low