Unhandled paramiko exception

Issue #20 resolved
Travis Bear repo owner created an issue

Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 808, in bootstrap_inner self.run() File "./bin/ssh-deploy-key", line 124, in run statuz = self._deploy_key(server, username) File "./bin/ssh-deploy-key", line 95, in _deploy_key sftp_client = paramiko.SFTPClient.from_transport(ssh_client.get_transport()) File "/Library/Python/2.7/site-packages/paramiko/sftp_client.py", line 106, in from_transport return cls(chan) File "/Library/Python/2.7/site-packages/paramiko/sftp_client.py", line 89, in __init raise SSHException('EOF during negotiation') SSHException: EOF during negotiation

Comments (1)

  1. Log in to comment