Guest User

Untitled

a guest
Oct 14th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.23 KB | None | 0 0
  1. OpenSSH_7.7p1, OpenSSL 1.0.2p 14 Aug 2018
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug2: resolve_canonicalize: hostname 192.168.1.10 is address
  4. debug2: ssh_connect_direct: needpriv 0
  5. debug1: Connecting to 192.168.1.10 [192.168.1.10] port 22.
  6. debug1: Connection established.
  7. debug1: permanently_set_uid: 0/0
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file /root/.ssh/id_rsa type -1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /root/.ssh/id_rsa-cert type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /root/.ssh/id_dsa type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /root/.ssh/id_dsa-cert type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /root/.ssh/id_ecdsa type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  20. debug1: identity file /root/.ssh/id_ed25519 type 3
  21. debug1: key_load_public: No such file or directory
  22. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  23. debug1: key_load_public: No such file or directory
  24. debug1: identity file /root/.ssh/id_xmss type -1
  25. debug1: key_load_public: No such file or directory
  26. debug1: identity file /root/.ssh/id_xmss-cert type -1
  27. debug1: Local version string SSH-2.0-OpenSSH_7.7
  28. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.9
  29. debug1: match: OpenSSH_7.9 pat OpenSSH* compat 0x04000000
  30. debug2: fd 3 setting O_NONBLOCK
  31. debug1: Authenticating to 192.168.1.10:22 as 'nix-ssh'
  32. debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts"
  33. debug3: record_hostkey: found key type ED25519 in file /root/.ssh/known_hosts:6
  34. debug3: load_hostkeys: loaded 1 keys from 192.168.1.10
  35. debug3: hostkeys_foreach: reading file "/etc/ssh/ssh_known_hosts"
  36. debug3: order_hostkeyalgs: prefer hostkeyalgs: [email protected],ssh-ed25519
  37. debug3: send packet: type 20
  38. debug1: SSH2_MSG_KEXINIT sent
  39. debug3: receive packet: type 20
  40. debug1: SSH2_MSG_KEXINIT received
  41. debug2: local client KEXINIT proposal
  42. debug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c
  43. debug2: host key algorithms: [email protected],ssh-ed25519,[email protected],[email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss
  44. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  45. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  46. debug2: compression ctos: none,[email protected],zlib
  47. debug2: compression stoc: none,[email protected],zlib
  48. debug2: languages ctos:
  49. debug2: languages stoc:
  50. debug2: first_kex_follows 0
  51. debug2: reserved 0
  52. debug2: peer server KEXINIT proposal
  53. debug2: KEX algorithms: [email protected],diffie-hellman-group-exchange-sha256
  54. debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-ed25519
  55. debug2: ciphers ctos: [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr
  56. debug2: ciphers stoc: [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr
  57. debug2: MACs ctos: [email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,[email protected]
  58. debug2: MACs stoc: [email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,[email protected]
  59. debug2: compression ctos: none,[email protected]
  60. debug2: compression stoc: none,[email protected]
  61. debug2: languages ctos:
  62. debug2: languages stoc:
  63. debug2: first_kex_follows 0
  64. debug2: reserved 0
  65. debug1: kex: algorithm: [email protected]
  66. debug1: kex: host key algorithm: ssh-ed25519
  67. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  68. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  69. debug3: send packet: type 30
  70. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  71. debug3: receive packet: type 31
  72. debug1: Server host key: ssh-ed25519 SHA256:q9yF6jpYxH4hR64GKWVZ/7yTzZkaYoH1LYY0cJsACBc
  73. debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts"
  74. debug3: record_hostkey: found key type ED25519 in file /root/.ssh/known_hosts:6
  75. debug3: load_hostkeys: loaded 1 keys from 192.168.1.10
  76. debug3: hostkeys_foreach: reading file "/etc/ssh/ssh_known_hosts"
  77. debug1: Host '192.168.1.10' is known and matches the ED25519 host key.
  78. debug1: Found key in /root/.ssh/known_hosts:6
  79. debug3: send packet: type 21
  80. debug2: set_newkeys: mode 1
  81. debug1: rekey after 134217728 blocks
  82. debug1: SSH2_MSG_NEWKEYS sent
  83. debug1: expecting SSH2_MSG_NEWKEYS
  84. debug3: receive packet: type 21
  85. debug1: SSH2_MSG_NEWKEYS received
  86. debug2: set_newkeys: mode 0
  87. debug1: rekey after 134217728 blocks
  88. debug2: key: /root/.ssh/id_rsa ((nil))
  89. debug2: key: /root/.ssh/id_dsa ((nil))
  90. debug2: key: /root/.ssh/id_ecdsa ((nil))
  91. debug2: key: /root/.ssh/id_ed25519 (0x56302c90f500)
  92. debug2: key: /root/.ssh/id_xmss ((nil))
  93. debug3: send packet: type 5
  94. debug3: receive packet: type 7
  95. debug1: SSH2_MSG_EXT_INFO received
  96. debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
  97. debug3: receive packet: type 6
  98. debug2: service_accept: ssh-userauth
  99. debug1: SSH2_MSG_SERVICE_ACCEPT received
  100. debug3: send packet: type 50
  101. debug3: receive packet: type 51
  102. debug1: Authentications that can continue: publickey,keyboard-interactive
  103. debug3: start over, passed a different list publickey,keyboard-interactive
  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: Trying private key: /root/.ssh/id_rsa
  110. debug3: no such identity: /root/.ssh/id_rsa: No such file or directory
  111. debug1: Trying private key: /root/.ssh/id_dsa
  112. debug3: no such identity: /root/.ssh/id_dsa: No such file or directory
  113. debug1: Trying private key: /root/.ssh/id_ecdsa
  114. debug3: no such identity: /root/.ssh/id_ecdsa: No such file or directory
  115. debug1: Offering public key: ED25519 SHA256:25LG4LZ7UJIuT8wlyqJlJbhLRb44bq3+Eax5TT9Vat4 /root/.ssh/id_ed25519
  116. debug3: send_pubkey_test
  117. debug3: send packet: type 50
  118. debug2: we sent a publickey packet, wait for reply
  119. debug3: receive packet: type 60
  120. debug1: Server accepts key: pkalg ssh-ed25519 blen 51
  121. debug2: input_userauth_pk_ok: fp SHA256:25LG4LZ7UJIuT8wlyqJlJbhLRb44bq3+Eax5TT9Vat4
  122. debug3: sign_and_send_pubkey: ED25519 SHA256:25LG4LZ7UJIuT8wlyqJlJbhLRb44bq3+Eax5TT9Vat4
  123. debug3: send packet: type 50
  124. debug3: receive packet: type 52
  125. debug1: Authentication succeeded (publickey).
  126. Authenticated to 192.168.1.10 ([192.168.1.10]:22).
  127. debug1: channel 0: new [client-session]
  128. debug3: ssh_session2_open: channel_new: 0
  129. debug2: channel 0: send open
  130. debug3: send packet: type 90
  131. debug1: Requesting [email protected]
  132. debug3: send packet: type 80
  133. debug1: Entering interactive session.
  134. debug1: pledge: network
  135. debug3: receive packet: type 80
  136. debug1: client_input_global_request: rtype [email protected] want_reply 0
  137. debug3: receive packet: type 4
  138. debug1: Remote: /etc/ssh/authorized_keys.d/nix-ssh:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
  139. debug3: receive packet: type 4
  140. debug1: Remote: /etc/ssh/authorized_keys.d/nix-ssh:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
  141. debug3: receive packet: type 91
  142. debug2: channel_input_open_confirmation: channel 0: callback start
  143. debug2: fd 3 setting TCP_NODELAY
  144. debug3: ssh_packet_set_tos: set IP_TOS 0x10
  145. debug2: client_session2_setup: id 0
  146. debug2: channel 0: request pty-req confirm 1
  147. debug3: send packet: type 98
  148. debug2: channel 0: request shell confirm 1
  149. debug3: send packet: type 98
  150. debug2: channel_input_open_confirmation: channel 0: callback done
  151. debug2: channel 0: open confirm rwindow 0 rmax 32768
  152. debug3: receive packet: type 100
  153. debug2: channel_input_status_confirm: type 100 id 0
  154. PTY allocation request failed on channel 0
  155. debug2: channel 0: rcvd adjust 2097152
  156. debug3: receive packet: type 99
  157. debug2: channel_input_status_confirm: type 99 id 0
  158. debug2: shell request accepted on channel 0
Advertisement
Add Comment
Please, Sign In to add comment