Skip to content

Instantly share code, notes, and snippets.

Created November 9, 2014 22:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/4940b19a58a771c68530 to your computer and use it in GitHub Desktop.
2014-11-09 17:25:11.955 9051 ERROR paramiko.transport [-] Exception: Error reading SSH protocol banner[Errno 104] Connection reset by peer
2014-11-09 17:25:11.956 9051 ERROR paramiko.transport [-] Traceback (most recent call last):
2014-11-09 17:25:11.956 9051 ERROR paramiko.transport [-] File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 1582, in run
2014-11-09 17:25:11.957 9051 ERROR paramiko.transport [-] self._check_banner()
2014-11-09 17:25:11.957 9051 ERROR paramiko.transport [-] File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 1709, in _check_banner
2014-11-09 17:25:11.957 9051 ERROR paramiko.transport [-] raise SSHException('Error reading SSH protocol banner' + str(e))
2014-11-09 17:25:11.957 9051 ERROR paramiko.transport [-] SSHException: Error reading SSH protocol banner[Errno 104] Connection reset by peer
2014-11-09 17:25:11.957 9051 ERROR paramiko.transport [-]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment