What steps will reproduce the problem? 1. apply patch 2. set/configure ssh-agent 3. instead of initializing with password/keyfile use paramiko.AgentKey object
What is the expected output? What do you see instead?
!/usr/bin/env python
import pysftp, paramiko SSH_AUTH_SOCK = paramiko.Agent() key = SSH_AUTH_SOCK.get_keys()[0] Connection(host, username=username, private_key=key)
What version of the product are you using? On what operating system? pysftp-0.2.2 EL5 python2.4 EL6 python2.6
Please provide any additional information below.
Comment #1
Posted on May 10, 2014 by Grumpy Monkeymigrated
https://bitbucket.org/dundeemt/pysftp/issue/14/rfe-ssh-agent-based-authentication
Status: Duplicate
Labels:
Type-Defect
Priority-Medium