Guest User

Untitled

a guest
Aug 7th, 2018
842
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.37 KB | None | 0 0
  1. swe-test1 (rcgpudc1r55-11)
  2. 118.138.254.137
  3. 172.16.200.77
  4.  
  5.  
  6.  
  7. swe-test2 (rccomdc1r54-04, m3-mgmt1)
  8. 118.138.254.130
  9. 172.16.200.40
  10.  
  11.  
  12. ubuntu@swe-test2:~$ ssh 172.16.200.77 "hostname"
  13. swe-test1
  14. ubuntu@swe-test2:~$ ssh 118.138.254.137 "hostname"
  15. swe-test1
  16.  
  17. ubuntu@swe-test1:~$ ssh 172.16.200.40 "hostname"
  18. swe-test2
  19. ubuntu@swe-test1:~$ ssh 118.138.254.130 "hostname"
  20. swe-test2
  21.  
  22. Traceroute to m3-sql0
  23. root@swe-test1:/home/ubuntu# traceroute 172.16.200.75
  24. traceroute to 172.16.200.75 (172.16.200.75), 30 hops max, 60 byte packets
  25. 1 172.16.200.75 (172.16.200.75) 0.139 ms 0.117 ms 0.109 ms
  26.  
  27.  
  28.  
  29. ssh to m3-sql0 (it reached ssh permission denied, but did not hang half way like damien's session from mgmt)
  30.  
  31. ubuntu@swe-test1:~$ ssh 172.16.200.75 -vvv
  32. OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
  33. debug1: Reading configuration data /etc/ssh/ssh_config
  34. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  35. debug2: resolving "172.16.200.75" port 22
  36. debug2: ssh_connect_direct: needpriv 0
  37. debug1: Connecting to 172.16.200.75 [172.16.200.75] port 22.
  38. debug1: Connection established.
  39. debug1: key_load_public: No such file or directory
  40. debug1: identity file /home/ubuntu/.ssh/id_rsa type -1
  41. debug1: key_load_public: No such file or directory
  42. debug1: identity file /home/ubuntu/.ssh/id_rsa-cert type -1
  43. debug1: key_load_public: No such file or directory
  44. debug1: identity file /home/ubuntu/.ssh/id_dsa type -1
  45. debug1: key_load_public: No such file or directory
  46. debug1: identity file /home/ubuntu/.ssh/id_dsa-cert type -1
  47. debug1: key_load_public: No such file or directory
  48. debug1: identity file /home/ubuntu/.ssh/id_ecdsa type -1
  49. debug1: key_load_public: No such file or directory
  50. debug1: identity file /home/ubuntu/.ssh/id_ecdsa-cert type -1
  51. debug1: key_load_public: No such file or directory
  52. debug1: identity file /home/ubuntu/.ssh/id_ed25519 type -1
  53. debug1: key_load_public: No such file or directory
  54. debug1: identity file /home/ubuntu/.ssh/id_ed25519-cert type -1
  55. debug1: Enabling compatibility mode for protocol 2.0
  56. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4
  57. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  58. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  59. debug2: fd 3 setting O_NONBLOCK
  60. debug1: Authenticating to 172.16.200.75:22 as 'ubuntu'
  61. debug3: hostkeys_foreach: reading file "/home/ubuntu/.ssh/known_hosts"
  62. debug3: record_hostkey: found key type ECDSA in file /home/ubuntu/.ssh/known_hosts:3
  63. debug3: load_hostkeys: loaded 1 keys from 172.16.200.75
  64. 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
  65. debug3: send packet: type 20
  66. debug1: SSH2_MSG_KEXINIT sent
  67. debug3: receive packet: type 20
  68. debug1: SSH2_MSG_KEXINIT received
  69. debug2: local client KEXINIT proposal
  70. debug2: KEX algorithms: 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,ext-info-c
  71. debug2: host key algorithms: 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-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  72. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc
  73. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc
  74. debug2: MACs ctos: 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
  75. debug2: MACs stoc: 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
  76. debug2: compression ctos: none,zlib@openssh.com,zlib
  77. debug2: compression stoc: none,zlib@openssh.com,zlib
  78. debug2: languages ctos:
  79. debug2: languages stoc:
  80. debug2: first_kex_follows 0
  81. debug2: reserved 0
  82. debug2: peer server KEXINIT proposal
  83. debug2: KEX algorithms: 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
  84. debug2: host key algorithms: ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519
  85. debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  86. debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  87. debug2: MACs ctos: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  88. debug2: MACs stoc: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  89. debug2: compression ctos: none,zlib@openssh.com
  90. debug2: compression stoc: none,zlib@openssh.com
  91. debug2: languages ctos:
  92. debug2: languages stoc:
  93. debug2: first_kex_follows 0
  94. debug2: reserved 0
  95. debug1: kex: algorithm: curve25519-sha256@libssh.org
  96. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  97. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  98. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  99. debug3: send packet: type 30
  100. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  101. debug3: receive packet: type 31
  102. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:FrLf7PdxBxDiASvIO+YVV1Z8gc/sJBHE5gqUIJWVNKw
  103. debug3: hostkeys_foreach: reading file "/home/ubuntu/.ssh/known_hosts"
  104. debug3: record_hostkey: found key type ECDSA in file /home/ubuntu/.ssh/known_hosts:3
  105. debug3: load_hostkeys: loaded 1 keys from 172.16.200.75
  106. debug1: Host '172.16.200.75' is known and matches the ECDSA host key.
  107. debug1: Found key in /home/ubuntu/.ssh/known_hosts:3
  108. debug3: send packet: type 21
  109. debug2: set_newkeys: mode 1
  110. debug1: rekey after 134217728 blocks
  111. debug1: SSH2_MSG_NEWKEYS sent
  112. debug1: expecting SSH2_MSG_NEWKEYS
  113. debug3: receive packet: type 21
  114. debug2: set_newkeys: mode 0
  115. debug1: rekey after 134217728 blocks
  116. debug1: SSH2_MSG_NEWKEYS received
  117. debug2: key: /Users/saung/.ssh/id_rsa (0x5588959772b0), agent
  118. debug2: key: sa.pem (0x558895978d90), agent
  119. debug2: key: /home/ubuntu/.ssh/id_rsa ((nil))
  120. debug2: key: /home/ubuntu/.ssh/id_dsa ((nil))
  121. debug2: key: /home/ubuntu/.ssh/id_ecdsa ((nil))
  122. debug2: key: /home/ubuntu/.ssh/id_ed25519 ((nil))
  123. debug3: send packet: type 5
  124. debug3: receive packet: type 6
  125. debug2: service_accept: ssh-userauth
  126. debug1: SSH2_MSG_SERVICE_ACCEPT received
  127. debug3: send packet: type 50
  128. debug3: receive packet: type 51
  129. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
  130. debug3: start over, passed a different list publickey,gssapi-keyex,gssapi-with-mic
  131. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  132. debug3: authmethod_lookup gssapi-keyex
  133. debug3: remaining preferred: gssapi-with-mic,publickey,keyboard-interactive,password
  134. debug3: authmethod_is_enabled gssapi-keyex
  135. debug1: Next authentication method: gssapi-keyex
  136. debug1: No valid Key exchange context
  137. debug2: we did not send a packet, disable method
  138. debug3: authmethod_lookup gssapi-with-mic
  139. debug3: remaining preferred: publickey,keyboard-interactive,password
  140. debug3: authmethod_is_enabled gssapi-with-mic
  141. debug1: Next authentication method: gssapi-with-mic
  142. debug1: Unspecified GSS failure. Minor code may provide more information
  143. No Kerberos credentials available
  144.  
  145. debug1: Unspecified GSS failure. Minor code may provide more information
  146. No Kerberos credentials available
  147.  
  148. debug1: Unspecified GSS failure. Minor code may provide more information
  149.  
  150.  
  151. debug1: Unspecified GSS failure. Minor code may provide more information
  152. No Kerberos credentials available
  153.  
  154. debug2: we did not send a packet, disable method
  155. debug3: authmethod_lookup publickey
  156. debug3: remaining preferred: keyboard-interactive,password
  157. debug3: authmethod_is_enabled publickey
  158. debug1: Next authentication method: publickey
  159. debug1: Offering RSA public key: /Users/saung/.ssh/id_rsa
  160. debug3: send_pubkey_test
  161. debug3: send packet: type 50
  162. debug2: we sent a publickey packet, wait for reply
  163. debug3: receive packet: type 51
  164. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
  165. debug1: Offering RSA public key: sa.pem
  166. debug3: send_pubkey_test
  167. debug3: send packet: type 50
  168. debug2: we sent a publickey packet, wait for reply
  169. debug3: receive packet: type 51
  170. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
  171. debug1: Trying private key: /home/ubuntu/.ssh/id_rsa
  172. debug3: no such identity: /home/ubuntu/.ssh/id_rsa: No such file or directory
  173. debug1: Trying private key: /home/ubuntu/.ssh/id_dsa
  174. debug3: no such identity: /home/ubuntu/.ssh/id_dsa: No such file or directory
  175. debug1: Trying private key: /home/ubuntu/.ssh/id_ecdsa
  176. debug3: no such identity: /home/ubuntu/.ssh/id_ecdsa: No such file or directory
  177. debug1: Trying private key: /home/ubuntu/.ssh/id_ed25519
  178. debug3: no such identity: /home/ubuntu/.ssh/id_ed25519: No such file or directory
  179. debug2: we did not send a packet, disable method
  180. debug1: No more authentication methods to try.
  181. Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
Add Comment
Please, Sign In to add comment