Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.46 KB | None | 0 0
  1. ==================server======================
  2.  
  3. root@jesspicc:/# sshd -ddd
  4. sshd re-exec requires execution with an absolute path
  5. root@jesspicc:/# /user/sbin/sshd -ddd
  6. -bash: /user/sbin/sshd: No such file or directory
  7. root@jesspicc:/# /usr/sbin/sshd -ddd
  8. debug2: load_server_config: filename /etc/ssh/sshd_config
  9. debug2: load_server_config: done config len = 662
  10. debug2: parse_server_config: config /etc/ssh/sshd_config len 662
  11. debug3: /etc/ssh/sshd_config:3 setting AllowUsers rtor
  12. debug3: /etc/ssh/sshd_config:5 setting Port 22
  13. debug3: /etc/ssh/sshd_config:9 setting Protocol 2
  14. debug3: /etc/ssh/sshd_config:11 setting HostKey /etc/ssh/ssh_host_rsa_key
  15. debug3: /etc/ssh/sshd_config:12 setting HostKey /etc/ssh/ssh_host_dsa_key
  16. debug3: /etc/ssh/sshd_config:14 setting UsePrivilegeSeparation yes
  17. debug3: /etc/ssh/sshd_config:17 setting KeyRegenerationInterval 3600
  18. debug3: /etc/ssh/sshd_config:18 setting ServerKeyBits 768
  19. debug3: /etc/ssh/sshd_config:21 setting SyslogFacility AUTH
  20. debug3: /etc/ssh/sshd_config:22 setting LogLevel INFO
  21. debug3: /etc/ssh/sshd_config:25 setting LoginGraceTime 120
  22. debug3: /etc/ssh/sshd_config:26 setting PermitRootLogin yes
  23. debug3: /etc/ssh/sshd_config:27 setting StrictModes yes
  24. debug3: /etc/ssh/sshd_config:29 setting RSAAuthentication yes
  25. debug3: /etc/ssh/sshd_config:30 setting PubkeyAuthentication yes
  26. debug3: /etc/ssh/sshd_config:34 setting IgnoreRhosts yes
  27. debug3: /etc/ssh/sshd_config:36 setting RhostsRSAAuthentication no
  28. debug3: /etc/ssh/sshd_config:38 setting HostbasedAuthentication no
  29. debug3: /etc/ssh/sshd_config:43 setting PermitEmptyPasswords no
  30. debug3: /etc/ssh/sshd_config:47 setting ChallengeResponseAuthentication no
  31. debug3: /etc/ssh/sshd_config:62 setting X11Forwarding yes
  32. debug3: /etc/ssh/sshd_config:63 setting X11DisplayOffset 10
  33. debug3: /etc/ssh/sshd_config:64 setting PrintMotd no
  34. debug3: /etc/ssh/sshd_config:65 setting PrintLastLog yes
  35. debug3: /etc/ssh/sshd_config:66 setting TCPKeepAlive yes
  36. debug3: /etc/ssh/sshd_config:73 setting AcceptEnv LANG LC_*
  37. debug3: /etc/ssh/sshd_config:75 setting Subsystem sftp /usr/lib/openssh/sftp-server
  38. debug3: /etc/ssh/sshd_config:86 setting UsePAM yes
  39. debug1: sshd version OpenSSH_5.3p1 Debian-3ubuntu3
  40. debug3: Not a RSA1 key file /etc/ssh/ssh_host_rsa_key.
  41. debug1: read PEM private key done: type RSA
  42. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  43. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  44. debug1: private host key: #0 type 1 RSA
  45. debug3: Not a RSA1 key file /etc/ssh/ssh_host_dsa_key.
  46. debug1: read PEM private key done: type DSA
  47. debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
  48. debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
  49. debug1: private host key: #1 type 2 DSA
  50. debug1: rexec_argv[0]='/usr/sbin/sshd'
  51. debug1: rexec_argv[1]='-ddd'
  52. debug2: fd 3 setting O_NONBLOCK
  53. debug1: Bind to port 22 on 0.0.0.0.
  54. Server listening on 0.0.0.0 port 22.
  55. debug2: fd 4 setting O_NONBLOCK
  56. debug1: Bind to port 22 on ::.
  57. Server listening on :: port 22.
  58.  
  59.  
  60.  
  61. ===============client================
  62.  
  63. tgpfarm@swarm:~$ ssh -vvv rtor@208.76.54.71
  64. OpenSSH_5.5p1 Debian-4, OpenSSL 0.9.8o 01 Jun 2010
  65. debug1: Reading configuration data /etc/ssh/ssh_config
  66. debug1: Applying options for *
  67. debug2: ssh_connect: needpriv 0
  68. debug1: Connecting to 208.76.54.71 [208.76.54.71] port 22.
  69. debug1: Connection established.
  70. debug1: identity file /home/tgpfarm/.ssh/id_rsa type -1
  71. debug1: identity file /home/tgpfarm/.ssh/id_rsa-cert type -1
  72. debug1: identity file /home/tgpfarm/.ssh/id_dsa type -1
  73. debug1: identity file /home/tgpfarm/.ssh/id_dsa-cert type -1
  74. debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
  75. debug1: match: OpenSSH_4.3 pat OpenSSH_4*
  76. debug1: Enabling compatibility mode for protocol 2.0
  77. debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-4
  78. debug2: fd 5 setting O_NONBLOCK
  79. debug1: SSH2_MSG_KEXINIT sent
  80. debug1: SSH2_MSG_KEXINIT received
  81. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  82. debug2: kex_parse_kexinit: ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-rsa,ssh-dss
  83. 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
  84. 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
  85. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  86. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  87. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  88. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  89. debug2: kex_parse_kexinit:
  90. debug2: kex_parse_kexinit:
  91. debug2: kex_parse_kexinit: first_kex_follows 0
  92. debug2: kex_parse_kexinit: reserved 0
  93. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  94. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
  95. debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
  96. debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
  97. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  98. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  99. debug2: kex_parse_kexinit: none,zlib@openssh.com
  100. debug2: kex_parse_kexinit: none,zlib@openssh.com
  101. debug2: kex_parse_kexinit:
  102. debug2: kex_parse_kexinit:
  103. debug2: kex_parse_kexinit: first_kex_follows 0
  104. debug2: kex_parse_kexinit: reserved 0
  105. debug2: mac_setup: found hmac-md5
  106. debug1: kex: server->client aes128-ctr hmac-md5 none
  107. debug2: mac_setup: found hmac-md5
  108. debug1: kex: client->server aes128-ctr hmac-md5 none
  109. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  110. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  111. debug2: dh_gen_key: priv key bits set: 129/256
  112. debug2: bits set: 496/1024
  113. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  114. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  115. debug3: check_host_in_hostfile: host 208.76.54.71 filename /home/tgpfarm/.ssh/known_hosts
  116. debug3: check_host_in_hostfile: host 208.76.54.71 filename /home/tgpfarm/.ssh/known_hosts
  117. debug3: check_host_in_hostfile: match line 1
  118. debug1: Host '208.76.54.71' is known and matches the RSA host key.
  119. debug1: Found key in /home/tgpfarm/.ssh/known_hosts:1
  120. debug2: bits set: 503/1024
  121. debug1: ssh_rsa_verify: signature correct
  122. debug2: kex_derive_keys
  123. debug2: set_newkeys: mode 1
  124. debug1: SSH2_MSG_NEWKEYS sent
  125. debug1: expecting SSH2_MSG_NEWKEYS
  126. debug2: set_newkeys: mode 0
  127. debug1: SSH2_MSG_NEWKEYS received
  128. debug1: Roaming not allowed by server
  129. debug1: SSH2_MSG_SERVICE_REQUEST sent
  130. debug2: service_accept: ssh-userauth
  131. debug1: SSH2_MSG_SERVICE_ACCEPT received
  132. debug2: key: /home/tgpfarm/.ssh/id_rsa ((nil))
  133. debug2: key: /home/tgpfarm/.ssh/id_dsa ((nil))
  134. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  135. debug3: start over, passed a different list publickey,gssapi-with-mic,password
  136. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  137. debug3: authmethod_lookup gssapi-with-mic
  138. debug3: remaining preferred: publickey,keyboard-interactive,password
  139. debug3: authmethod_is_enabled gssapi-with-mic
  140. debug1: Next authentication method: gssapi-with-mic
  141. debug1: An invalid name was supplied
  142. Cannot determine realm for numeric host address
  143.  
  144. debug1: An invalid name was supplied
  145. Cannot determine realm for numeric host address
  146.  
  147. debug1: An invalid name was supplied
  148.  
  149.  
  150. debug2: we did not send a packet, disable method
  151. debug3: authmethod_lookup publickey
  152. debug3: remaining preferred: keyboard-interactive,password
  153. debug3: authmethod_is_enabled publickey
  154. debug1: Next authentication method: publickey
  155. debug1: Trying private key: /home/tgpfarm/.ssh/id_rsa
  156. debug3: no such identity: /home/tgpfarm/.ssh/id_rsa
  157. debug1: Trying private key: /home/tgpfarm/.ssh/id_dsa
  158. debug3: no such identity: /home/tgpfarm/.ssh/id_dsa
  159. debug2: we did not send a packet, disable method
  160. debug3: authmethod_lookup password
  161. debug3: remaining preferred: ,password
  162. debug3: authmethod_is_enabled password
  163. debug1: Next authentication method: password
  164. rtor@208.76.54.71's password:
  165. debug3: packet_send2: adding 64 (len 50 padlen 14 extra_pad 64)
  166. debug2: we sent a password packet, wait for reply
  167. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  168. Permission denied, please try again.
  169. rtor@208.76.54.71's password:
  170. debug3: packet_send2: adding 64 (len 50 padlen 14 extra_pad 64)
  171. debug2: we sent a password packet, wait for reply
  172. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  173. Permission denied, please try again.
  174. rtor@208.76.54.71's password:
  175. debug3: packet_send2: adding 64 (len 50 padlen 14 extra_pad 64)
  176. debug2: we sent a password packet, wait for reply
  177. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  178. debug2: we did not send a packet, disable method
  179. debug1: No more authentication methods to try.
  180. Permission denied (publickey,gssapi-with-mic,password).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement