1 | 2015-11-22 18:52:42+0100 [SSHServerTransport,0,127.0.0.1] kex alg, key alg: diffie-hellman-group-exchange-sha1 ssh-rsa |
---|
2 | 2015-11-22 18:52:42+0100 [SSHServerTransport,0,127.0.0.1] outgoing: aes128-ctr hmac-sha1 none |
---|
3 | 2015-11-22 18:52:42+0100 [SSHServerTransport,0,127.0.0.1] incoming: aes128-ctr hmac-sha1 none |
---|
4 | 2015-11-22 18:52:45+0100 [SSHServerTransport,0,127.0.0.1] NEW KEYS |
---|
5 | 2015-11-22 18:52:45+0100 [SSHServerTransport,0,127.0.0.1] starting service ssh-userauth |
---|
6 | 2015-11-22 18:52:45+0100 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] quix0r trying auth none |
---|
7 | 2015-11-22 18:52:45+0100 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] quix0r trying auth publickey |
---|
8 | 2015-11-22 18:52:45+0100 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] quix0r failed auth publickey |
---|
9 | 2015-11-22 18:52:45+0100 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] unauthorized login: |
---|
10 | 2015-11-22 18:52:45+0100 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] quix0r trying auth publickey |
---|
11 | 2015-11-22 18:52:45+0100 [SSHService ssh-userauth on SSHServerTransport,0,127.0.0.1] Unhandled Error |
---|
12 | Traceback (most recent call last): |
---|
13 | File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 209, in doRead |
---|
14 | return self._dataReceived(data) |
---|
15 | File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 215, in _dataReceived |
---|
16 | rval = self.protocol.dataReceived(data) |
---|
17 | File "/usr/lib/python2.7/dist-packages/twisted/conch/ssh/transport.py", line 461, in dataReceived |
---|
18 | self.dispatchMessage(messageNum, packet[1:]) |
---|
19 | File "/usr/lib/python2.7/dist-packages/twisted/conch/ssh/transport.py", line 483, in dispatchMessage |
---|
20 | messageNum, payload) |
---|
21 | --- <exception caught here> --- |
---|
22 | File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 101, in callWithLogger |
---|
23 | return callWithContext({"system": lp}, func, *args, **kw) |
---|
24 | File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithContext |
---|
25 | return context.call({ILogContext: newCtx}, func, *args, **kw) |
---|
26 | File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext |
---|
27 | return self.currentContext().callWithContext(ctx, func, *args, **kw) |
---|
28 | File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext |
---|
29 | return func(*args,**kw) |
---|
30 | File "/usr/lib/python2.7/dist-packages/twisted/conch/ssh/service.py", line 44, in packetReceived |
---|
31 | return f(packet) |
---|
32 | File "/usr/lib/python2.7/dist-packages/twisted/conch/ssh/userauth.py", line 180, in ssh_USERAUTH_REQUEST |
---|
33 | d = self.tryAuth(method, user, rest) |
---|
34 | File "/usr/lib/python2.7/dist-packages/twisted/conch/ssh/userauth.py", line 154, in tryAuth |
---|
35 | ret = f(data) |
---|
36 | File "/usr/lib/python2.7/dist-packages/twisted/conch/ssh/userauth.py", line 265, in auth_publickey |
---|
37 | pubKey = keys.Key.fromString(blob) |
---|
38 | File "/usr/lib/python2.7/dist-packages/twisted/conch/ssh/keys.py", line 87, in fromString |
---|
39 | raise BadKeyError('cannot guess the type of %r' % data) |
---|
40 | twisted.conch.ssh.keys.BadKeyError: cannot guess the type of '\x00\x00\x00\x0bssh-ed25519\x00\x00\x00 \xa3\xa3\xa9\x84\x86\xf7.\x04\x1e\xc57\xe5P\xf0\x82?\xee~\x16\xe5\xc4m\x9c\xa9]\xac\x10}\xd9Z\xd4\xbf' |
---|
41 | |
---|
42 | 2015-11-22 19:04:33+0100 [SSHServerTransport,0,127.0.0.1] connection lost |
---|
43 | |
---|