Page MenuHomePhabricator
Paste P2236

(An Untitled Masterwork)
ActivePublic

Authored by EBernhardson on Oct 27 2015, 6:15 AM.
Tags
None
Referenced Files
F2879806:
Oct 27 2015, 6:15 AM
Subscribers
None
DEB [20151026-23:15:11.988] thr=1 paramiko.transport: starting thread (client mode): 0xaf563bd0L
INF [20151026-23:15:13.607] thr=1 paramiko.transport: Connected (version 2.0, client OpenSSH_6.6.1p1)
DEB [20151026-23:15:13.608] thr=1 paramiko.transport: kex algos:[u'curve25519-sha256@libssh.org', u'diffie-hellman-group-exchange-sha256'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes256-gcm@openssh.com', u'aes128-gcm@openssh.com', u'aes256-ctr', u'aes192-ctr', u'aes128-ctr'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes256-gcm@openssh.com', u'aes128-gcm@openssh.com', u'aes256-ctr', u'aes192-ctr', u'aes128-ctr'] client mac:[u'hmac-sha2-512-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-512', u'hmac-sha2-256', u'umac-128@openssh.com'] server mac:[u'hmac-sha2-512-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-512', u'hmac-sha2-256', u'umac-128@openssh.com'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False
ERR [20151026-23:15:13.608] thr=1 paramiko.transport: Exception: Incompatible ssh peer (no acceptable kex algorithm)
ERR [20151026-23:15:13.609] thr=1 paramiko.transport: Traceback (most recent call last):
ERR [20151026-23:15:13.609] thr=1 paramiko.transport: File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 1614, in run
ERR [20151026-23:15:13.609] thr=1 paramiko.transport: self._handler_table[ptype](self, m)
ERR [20151026-23:15:13.609] thr=1 paramiko.transport: File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 1694, in _negotiate_keys
ERR [20151026-23:15:13.609] thr=1 paramiko.transport: self._parse_kex_init(m)
ERR [20151026-23:15:13.609] thr=1 paramiko.transport: File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 1809, in _parse_kex_init
ERR [20151026-23:15:13.609] thr=1 paramiko.transport: raise SSHException('Incompatible ssh peer (no acceptable kex algorithm)')
ERR [20151026-23:15:13.609] thr=1 paramiko.transport: SSHException: Incompatible ssh peer (no acceptable kex algorithm)
ERR [20151026-23:15:13.609] thr=1 paramiko.transport: