Last active
August 29, 2015 14:16
-
-
Save taumeson/8853980184673ba88188 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INF [20150310-15:49:00.565] thr=1 paramiko.transport: Connected (version 2.0, client OpenSSH_5.3) | |
DEB [20150310-15:49:00.595] thr=1 paramiko.transport: kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] 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 | |
DEB [20150310-15:49:00.595] thr=1 paramiko.transport: Ciphers agreed: local=aes128-ctr, remote=aes128-ctr | |
DEB [20150310-15:49:00.595] thr=1 paramiko.transport: using kex diffie-hellman-group14-sha1; server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none | |
DEB [20150310-15:49:00.687] thr=1 paramiko.transport: Switch to new keys ... | |
DEB [20150310-15:49:00.720] thr=2 paramiko.transport: Trying SSH agent key X | |
DEB [20150310-15:49:00.783] thr=1 paramiko.transport: userauth is OK | |
ERR [20150310-15:49:00.806] thr=1 paramiko.transport: Unknown exception: exception: access violation reading 0x00007FFE258A0000 | |
ERR [20150310-15:49:00.812] thr=1 paramiko.transport: Traceback (most recent call last): | |
ERR [20150310-15:49:00.812] thr=1 paramiko.transport: File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE/python/site-packages\paramiko\transport.py", line 1628, in run | |
ERR [20150310-15:49:00.812] thr=1 paramiko.transport: self.auth_handler._handler_table[ptype](self.auth_handler, m) | |
ERR [20150310-15:49:00.813] thr=1 paramiko.transport: File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE/python/site-packages\paramiko\auth_handler.py", line 241, in _parse_service_accept | |
ERR [20150310-15:49:00.813] thr=1 paramiko.transport: sig = self.private_key.sign_ssh_data(blob) | |
ERR [20150310-15:49:00.813] thr=1 paramiko.transport: File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE/python/site-packages\paramiko\agent.py", line 378, in sign_ssh_data | |
ERR [20150310-15:49:00.815] thr=1 paramiko.transport: ptype, result = self.agent._send_message(msg) | |
ERR [20150310-15:49:00.815] thr=1 paramiko.transport: File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE/python/site-packages\paramiko\agent.py", line 83, in _send_message | |
ERR [20150310-15:49:00.815] thr=1 paramiko.transport: self._conn.send(struct.pack('>I', len(msg)) + msg) | |
ERR [20150310-15:49:00.815] thr=1 paramiko.transport: File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE/python/site-packages\paramiko\win_pageant.py", line 123, in send | |
ERR [20150310-15:49:00.815] thr=1 paramiko.transport: self._response = _query_pageant(data) | |
ERR [20150310-15:49:00.815] thr=1 paramiko.transport: File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE/python/site-packages\paramiko\win_pageant.py", line 105, in _query_pageant | |
ERR [20150310-15:49:00.816] thr=1 paramiko.transport: datalen = pymap.read(4) | |
ERR [20150310-15:49:00.816] thr=1 paramiko.transport: File "C:\Program Files\MySQL\MySQL Workbench 6.2 CE/python/site-packages\paramiko\_winapi.py", line 150, in read | |
ERR [20150310-15:49:00.816] thr=1 paramiko.transport: ctypes.windll.kernel32.RtlMoveMemory(out, self.view + self.pos, n) | |
ERR [20150310-15:49:00.818] thr=1 paramiko.transport: WindowsError: exception: access violation reading 0x00007FFE258A0000 | |
ERR [20150310-15:49:00.818] thr=1 paramiko.transport: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment