Ubuntu Pastebin

Paste from diytto at Thu, 11 Jun 2015 09:17:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
diamond:~ diytto$ ssh -v diytto@de.diytto.com
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/diytto/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 17: Applying options for *
debug1: /etc/ssh_config line 56: Applying options for *
debug1: Connecting to de.diytto.com [5.9.80.21] port 22.
debug1: Connection established.
debug1: identity file /Users/diytto/.ssh/id_rsa type 1
debug1: identity file /Users/diytto/.ssh/id_rsa-cert type -1
debug1: identity file /Users/diytto/.ssh/id_dsa type -1
debug1: identity file /Users/diytto/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH*
debug1:  Miscellaneous failure (see text)
No credentials cache file found

debug1:  An invalid name was supplied
unknown mech-code 0 for mech 1 2 752 43 14 2

debug1:  Miscellaneous failure (see text)
unknown mech-code 0 for mech 1 3 6 1 5 5 14

debug1:  Miscellaneous failure (see text)
unknown mech-code 2 for mech 1 3 6 1 4 1 311 2 2 10

debug1:  An unsupported mechanism was requested
unknown mech-code 0 for mech 1 3 5 1 5 2 7

debug1:  Miscellaneous failure (see text)
unknown mech-code 0 for mech 1 3 6 1 5 2 5

debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 62:7f:74:51:15:25:66:eb:12:66:77:cb:4d:de:36:7f
debug1: Host 'de.diytto.com' is known and matches the RSA host key.
debug1: Found key in /Users/diytto/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/diytto/.ssh/diyttoaws.pem
debug1: Authentications that can continue: publickey
debug1: Offering RSA public key: /Users/diytto/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /Users/diytto/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).
Download as text