Advertisement
Guest User

Untitled

a guest
Jul 1st, 2017
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.62 KB | None | 0 0
  1. root@Icarus:~# locate var/log/*ssh*
  2. /var/log/scripts/openssh-5.5p1-x86_64-1
  3. /var/log/scripts/x11-ssh-askpass-1.2.4.1-x86_64-1
  4. /var/log/packages/openssh-5.5p1-x86_64-1
  5. /var/log/packages/x11-ssh-askpass-1.2.4.1-x86_64-1
  6. /var/log/packages/pssh-2.1.1-noarch-1
  7. root@Icarus:~# ssh -vvv 192.168.2.3
  8. OpenSSH_5.5p1, OpenSSL 0.9.8n 24 Mar 2010
  9. debug1: Reading configuration data /etc/ssh/ssh_config
  10. debug2: ssh_connect: needpriv 0
  11. debug1: Connecting to 192.168.2.3 [192.168.2.3] port 22.
  12. debug1: Connection established.
  13. debug1: permanently_set_uid: 0/0
  14. debug1: identity file /root/.ssh/id_rsa type 1
  15. debug1: identity file /root/.ssh/id_rsa-cert type -1
  16. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5
  17. debug1: match: OpenSSH_5.5 pat OpenSSH*
  18. debug1: Enabling compatibility mode for protocol 2.0
  19. debug1: Local version string SSH-2.0-OpenSSH_5.5
  20. debug2: fd 3 setting O_NONBLOCK
  21. debug1: SSH2_MSG_KEXINIT sent
  22. debug1: SSH2_MSG_KEXINIT received
  23. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  24. debug2: kex_parse_kexinit: ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-rsa,ssh-dss
  25. 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
  26. 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
  27. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  28. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  29. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  30. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  31. debug2: kex_parse_kexinit:
  32. debug2: kex_parse_kexinit:
  33. debug2: kex_parse_kexinit: first_kex_follows 0
  34. debug2: kex_parse_kexinit: reserved 0
  35. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  36. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
  37. 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
  38. 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
  39. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  40. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  41. debug2: kex_parse_kexinit: none,zlib@openssh.com
  42. debug2: kex_parse_kexinit: none,zlib@openssh.com
  43. debug2: kex_parse_kexinit:
  44. debug2: kex_parse_kexinit:
  45. debug2: kex_parse_kexinit: first_kex_follows 0
  46. debug2: kex_parse_kexinit: reserved 0
  47. debug2: mac_setup: found hmac-md5
  48. debug1: kex: server->client aes128-ctr hmac-md5 none
  49. debug2: mac_setup: found hmac-md5
  50. debug1: kex: client->server aes128-ctr hmac-md5 none
  51. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  52. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  53. debug2: dh_gen_key: priv key bits set: 130/256
  54. debug2: bits set: 517/1024
  55. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  56. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  57. debug3: check_host_in_hostfile: host 192.168.2.3 filename /root/.ssh/known_hosts
  58. debug3: check_host_in_hostfile: host 192.168.2.3 filename /root/.ssh/known_hosts
  59. debug3: check_host_in_hostfile: host 192.168.2.3 filename /etc/ssh/ssh_known_hosts
  60. debug3: check_host_in_hostfile: host 192.168.2.3 filename /etc/ssh/ssh_known_hosts
  61. debug3: check_host_in_hostfile: host 192.168.2.3 filename /root/.ssh/known_hosts
  62. debug3: check_host_in_hostfile: host 192.168.2.3 filename /etc/ssh/ssh_known_hosts
  63. debug2: no key of type 0 for host 192.168.2.3
  64. debug3: check_host_in_hostfile: host 192.168.2.3 filename /root/.ssh/known_hosts2
  65. debug3: check_host_in_hostfile: host 192.168.2.3 filename /etc/ssh/ssh_known_hosts2
  66. debug3: check_host_in_hostfile: host 192.168.2.3 filename /root/.ssh/known_hosts
  67. debug3: check_host_in_hostfile: host 192.168.2.3 filename /etc/ssh/ssh_known_hosts
  68. debug2: no key of type 2 for host 192.168.2.3
  69. The authenticity of host '192.168.2.3 (192.168.2.3)' can't be established.
  70. RSA key fingerprint is 60:17:bf:90:2f:d2:4b:c7:62:91:f1:84:dd:7e:ed:bf.
  71. Are you sure you want to continue connecting (yes/no)? no
  72. Host key verification failed.
  73. root@Icarus:~# logout
  74. mucka@Icarus:~$ logout
  75. Connection to 192.168.2.3 closed.
  76. mucka@Mucka:~$ ssh -vvv 192.168.2.3
  77. OpenSSH_5.6p1, OpenSSL 0.9.8p 16 Nov 2010
  78. debug1: Reading configuration data /etc/ssh/ssh_config
  79. debug2: ssh_connect: needpriv 0
  80. debug1: Connecting to 192.168.2.3 [192.168.2.3] port 22.
  81. debug1: Connection established.
  82. debug3: Not a RSA1 key file /home/mucka/.ssh/id_rsa.
  83. debug2: key_type_from_name: unknown key type '-----BEGIN'
  84. debug3: key_read: missing keytype
  85. debug3: key_read: missing whitespace
  86. debug3: key_read: missing whitespace
  87. debug3: key_read: missing whitespace
  88. debug3: key_read: missing whitespace
  89. debug3: key_read: missing whitespace
  90. debug3: key_read: missing whitespace
  91. debug3: key_read: missing whitespace
  92. debug3: key_read: missing whitespace
  93. debug3: key_read: missing whitespace
  94. debug3: key_read: missing whitespace
  95. debug3: key_read: missing whitespace
  96. debug3: key_read: missing whitespace
  97. debug3: key_read: missing whitespace
  98. debug3: key_read: missing whitespace
  99. debug3: key_read: missing whitespace
  100. debug3: key_read: missing whitespace
  101. debug3: key_read: missing whitespace
  102. debug3: key_read: missing whitespace
  103. debug3: key_read: missing whitespace
  104. debug3: key_read: missing whitespace
  105. debug3: key_read: missing whitespace
  106. debug3: key_read: missing whitespace
  107. debug3: key_read: missing whitespace
  108. debug3: key_read: missing whitespace
  109. debug3: key_read: missing whitespace
  110. debug2: key_type_from_name: unknown key type '-----END'
  111. debug3: key_read: missing keytype
  112. debug1: identity file /home/mucka/.ssh/id_rsa type 1
  113. debug1: identity file /home/mucka/.ssh/id_rsa-cert type -1
  114. debug1: identity file /home/mucka/.ssh/id_dsa type -1
  115. debug1: identity file /home/mucka/.ssh/id_dsa-cert type -1
  116. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5
  117. debug1: match: OpenSSH_5.5 pat OpenSSH*
  118. debug1: Enabling compatibility mode for protocol 2.0
  119. debug1: Local version string SSH-2.0-OpenSSH_5.6
  120. debug2: fd 3 setting O_NONBLOCK
  121. debug1: SSH2_MSG_KEXINIT sent
  122. debug1: SSH2_MSG_KEXINIT received
  123. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  124. debug2: kex_parse_kexinit: 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-rsa,ssh-dss
  125. 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
  126. 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
  127. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  128. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  129. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  130. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  131. debug2: kex_parse_kexinit:
  132. debug2: kex_parse_kexinit:
  133. debug2: kex_parse_kexinit: first_kex_follows 0
  134. debug2: kex_parse_kexinit: reserved 0
  135. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  136. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
  137. 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
  138. 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
  139. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  140. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  141. debug2: kex_parse_kexinit: none,zlib@openssh.com
  142. debug2: kex_parse_kexinit: none,zlib@openssh.com
  143. debug2: kex_parse_kexinit:
  144. debug2: kex_parse_kexinit:
  145. debug2: kex_parse_kexinit: first_kex_follows 0
  146. debug2: kex_parse_kexinit: reserved 0
  147. debug2: mac_setup: found hmac-md5
  148. debug1: kex: server->client aes128-ctr hmac-md5 none
  149. debug2: mac_setup: found hmac-md5
  150. debug1: kex: client->server aes128-ctr hmac-md5 none
  151. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  152. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  153. debug2: dh_gen_key: priv key bits set: 146/256
  154. debug2: bits set: 525/1024
  155. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  156. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  157. debug3: check_host_in_hostfile: host 192.168.2.3 filename /home/mucka/.ssh/known_hosts
  158. debug3: check_host_in_hostfile: host 192.168.2.3 filename /home/mucka/.ssh/known_hosts
  159. debug3: check_host_in_hostfile: match line 1
  160. debug1: Host '192.168.2.3' is known and matches the RSA host key.
  161. debug1: Found key in /home/mucka/.ssh/known_hosts:1
  162. debug2: bits set: 517/1024
  163. debug1: ssh_rsa_verify: signature correct
  164. debug2: kex_derive_keys
  165. debug2: set_newkeys: mode 1
  166. debug1: SSH2_MSG_NEWKEYS sent
  167. debug1: expecting SSH2_MSG_NEWKEYS
  168. debug2: set_newkeys: mode 0
  169. debug1: SSH2_MSG_NEWKEYS received
  170. debug1: Roaming not allowed by server
  171. debug1: SSH2_MSG_SERVICE_REQUEST sent
  172. debug2: service_accept: ssh-userauth
  173. debug1: SSH2_MSG_SERVICE_ACCEPT received
  174. debug2: key: /home/mucka/.ssh/id_rsa (0x6792f0)
  175. debug2: key: /home/mucka/.ssh/id_dsa ((nil))
  176. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  177. debug3: start over, passed a different list publickey,password,keyboard-interactive
  178. debug3: preferred publickey,keyboard-interactive,password
  179. debug3: authmethod_lookup publickey
  180. debug3: remaining preferred: keyboard-interactive,password
  181. debug3: authmethod_is_enabled publickey
  182. debug1: Next authentication method: publickey
  183. debug1: Offering RSA public key: /home/mucka/.ssh/id_rsa
  184. debug3: send_pubkey_test
  185. debug2: we sent a publickey packet, wait for reply
  186. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  187. debug1: Trying private key: /home/mucka/.ssh/id_dsa
  188. debug3: no such identity: /home/mucka/.ssh/id_dsa
  189. debug2: we did not send a packet, disable method
  190. debug3: authmethod_lookup keyboard-interactive
  191. debug3: remaining preferred: password
  192. debug3: authmethod_is_enabled keyboard-interactive
  193. debug1: Next authentication method: keyboard-interactive
  194. debug2: userauth_kbdint
  195. debug2: we sent a keyboard-interactive packet, wait for reply
  196. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  197. debug3: userauth_kbdint: disable: no info_req_seen
  198. debug2: we did not send a packet, disable method
  199. debug3: authmethod_lookup password
  200. debug3: remaining preferred:
  201. debug3: authmethod_is_enabled password
  202. debug1: Next authentication method: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement