Advertisement
Guest User

Untitled

a guest
Jan 12th, 2016
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 KB | None | 0 0
  1. #### On VPS:
  2.  
  3. root@lobsterbisque:/# /etc/init.d/ssh status
  4. Failed to get D-Bus connection: No such file or directory
  5.  
  6. root@lobsterbisque:/# ping 8.8.8.8
  7. connect: Network is unreachable
  8. root@lobsterbisque:/# ifconfig
  9. lo Link encap:Local Loopback
  10. inet addr:127.0.0.1 Mask:255.0.0.0
  11. inet6 addr: ::1/128 Scope:Host
  12. UP LOOPBACK RUNNING MTU:16436 Metric:1
  13. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  14. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  15. collisions:0 txqueuelen:0
  16. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  17.  
  18. ### On local machine, attempting SSH:
  19.  
  20. user:~/ $ ssh -vvv user@111.111.111.111
  21. OpenSSH_6.9p1, LibreSSL 2.1.7
  22. debug1: Reading configuration data /Users/user/.ssh/config
  23. debug1: Reading configuration data /etc/ssh/ssh_config
  24. debug1: /etc/ssh/ssh_config line 21: Applying options for *
  25. debug2: ssh_connect: needpriv 0
  26. debug1: Connecting to 111.111.111.111 [111.111.111.111] port 22.
  27. debug1: Connection established.
  28. debug1: identity file /Users/user/.ssh/id_rsa type 1
  29. debug1: key_load_public: No such file or directory
  30. debug1: identity file /Users/user/.ssh/id_rsa-cert type -1
  31. debug1: key_load_public: No such file or directory
  32. debug1: identity file /Users/user/.ssh/id_dsa type -1
  33. debug1: key_load_public: No such file or directory
  34. debug1: identity file /Users/user/.ssh/id_dsa-cert type -1
  35. debug1: key_load_public: No such file or directory
  36. debug1: identity file /Users/user/.ssh/id_ecdsa type -1
  37. debug1: key_load_public: No such file or directory
  38. debug1: identity file /Users/user/.ssh/id_ecdsa-cert type -1
  39. debug1: key_load_public: No such file or directory
  40. debug1: identity file /Users/user/.ssh/id_ed25519 type -1
  41. debug1: key_load_public: No such file or directory
  42. debug1: identity file /Users/user/.ssh/id_ed25519-cert type -1
  43. debug1: Enabling compatibility mode for protocol 2.0
  44. debug1: Local version string SSH-2.0-OpenSSH_6.9
  45. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.0p1 Debian-4+deb7u2
  46. debug1: match: OpenSSH_6.0p1 Debian-4+deb7u2 pat OpenSSH* compat 0x04000000
  47. debug2: fd 3 setting O_NONBLOCK
  48. debug1: Authenticating to 111.111.111.111:22 as 'user'
  49. debug3: hostkeys_foreach: reading file "/Users/user/.ssh/known_hosts"
  50. debug3: record_hostkey: found key type ECDSA in file /Users/user/.ssh/known_hosts:36
  51. debug3: load_hostkeys: loaded 1 keys from 111.111.111.111
  52. debug3: order_hostkeyalgs: prefer hostkeyalgs: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  53. debug1: SSH2_MSG_KEXINIT sent
  54. debug1: SSH2_MSG_KEXINIT received
  55. debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  56. debug2: kex_parse_kexinit: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-ed25519,ssh-rsa,ssh-dss
  57. debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  58. debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  59. debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  60. debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  61. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  62. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  63. debug2: kex_parse_kexinit:
  64. debug2: kex_parse_kexinit:
  65. debug2: kex_parse_kexinit: first_kex_follows 0
  66. debug2: kex_parse_kexinit: reserved 0
  67. debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  68. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256
  69. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  70. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  71. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  72. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  73. debug2: kex_parse_kexinit: none,zlib@openssh.com
  74. debug2: kex_parse_kexinit: none,zlib@openssh.com
  75. debug2: kex_parse_kexinit:
  76. debug2: kex_parse_kexinit:
  77. debug2: kex_parse_kexinit: first_kex_follows 0
  78. debug2: kex_parse_kexinit: reserved 0
  79. debug1: kex: server->client aes128-ctr umac-64@openssh.com none
  80. debug1: kex: client->server aes128-ctr umac-64@openssh.com none
  81. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  82. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  83. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:ySru1AqeNAwVboS+VQAcspyowavg5uKZtYgE53gbHEg
  84. debug3: hostkeys_foreach: reading file "/Users/user/.ssh/known_hosts"
  85. debug3: record_hostkey: found key type ECDSA in file /Users/user/.ssh/known_hosts:36
  86. debug3: load_hostkeys: loaded 1 keys from 111.111.111.111
  87. debug1: Host '111.111.111.111' is known and matches the ECDSA host key.
  88. debug1: Found key in /Users/user/.ssh/known_hosts:36
  89. debug2: set_newkeys: mode 1
  90. debug1: SSH2_MSG_NEWKEYS sent
  91. debug1: expecting SSH2_MSG_NEWKEYS
  92. debug2: set_newkeys: mode 0
  93. debug1: SSH2_MSG_NEWKEYS received
  94. debug1: Roaming not allowed by server
  95. debug1: SSH2_MSG_SERVICE_REQUEST sent
  96. debug2: service_accept: ssh-userauth
  97. debug1: SSH2_MSG_SERVICE_ACCEPT received
  98. debug2: key: /Users/user/.ssh/id_rsa (0x7fc07ae1bee0),
  99. debug2: key: /Users/user/.ssh/id_dsa (0x0),
  100. debug2: key: /Users/user/.ssh/id_ecdsa (0x0),
  101. debug2: key: /Users/user/.ssh/id_ed25519 (0x0),
  102. debug1: Authentications that can continue: publickey,password
  103. debug3: start over, passed a different list publickey,password
  104. debug3: preferred publickey,keyboard-interactive,password
  105. debug3: authmethod_lookup publickey
  106. debug3: remaining preferred: keyboard-interactive,password
  107. debug3: authmethod_is_enabled publickey
  108. debug1: Next authentication method: publickey
  109. debug1: Offering RSA public key: /Users/user/.ssh/id_rsa
  110. debug3: send_pubkey_test
  111. debug2: we sent a publickey packet, wait for reply
  112. debug1: Authentications that can continue: publickey,password
  113. debug1: Trying private key: /Users/user/.ssh/id_dsa
  114. debug3: no such identity: /Users/user/.ssh/id_dsa: No such file or directory
  115. debug1: Trying private key: /Users/user/.ssh/id_ecdsa
  116. debug3: no such identity: /Users/user/.ssh/id_ecdsa: No such file or directory
  117. debug1: Trying private key: /Users/user/.ssh/id_ed25519
  118. debug3: no such identity: /Users/user/.ssh/id_ed25519: No such file or directory
  119. debug2: we did not send a packet, disable method
  120. debug3: authmethod_lookup password
  121. debug3: remaining preferred: ,password
  122. debug3: authmethod_is_enabled password
  123. debug1: Next authentication method: password
  124. user@111.111.111.111's password:
  125. debug2: we sent a password packet, wait for reply
  126. debug1: Authentications that can continue: publickey,password
  127. Permission denied, please try again.
  128. user@111.111.111.111's password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement