Advertisement
Guest User

Untitled

a guest
Mar 28th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./script/envoi.py", line 53, in <module>
  3. upIp()
  4. File "./script/envoi.py", line 30, in upIp
  5. client.connect(ipBdd, username='root', password=mdpBdd)
  6. File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 424, in connect
  7. passphrase,
  8. File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 643, in _auth
  9. self._agent = Agent()
  10. File "/usr/local/lib/python2.7/dist-packages/paramiko/agent.py", line 372, in __init__
  11. self._connect(conn)
  12. File "/usr/local/lib/python2.7/dist-packages/paramiko/agent.py", line 68, in _connect
  13. raise SSHException('could not get keys from ssh-agent')
  14. paramiko.ssh_exception.SSHException: could not get keys from ssh-agent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement