Guest User

ssh -Tvvv

a guest
Mar 1st, 2022
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. OpenSSH_8.2p1 Ubuntu-4ubuntu0.4, OpenSSL 1.1.1f 31 Mar 2020
  2. debug1: Reading configuration data /home/user/.ssh/config
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
  5. debug1: /etc/ssh/ssh_config line 21: Applying options for *
  6. debug2: resolving "MY_DOMAIN.com" port 22
  7. debug2: ssh_connect_direct
  8. debug1: Connecting to MY_DOMAIN.com [62.154.223.235] port 22.
  9. debug1: Connection established.
  10. debug1: identity file /home/user/.ssh/id_rsa type -1
  11. debug1: identity file /home/user/.ssh/id_rsa-cert type -1
  12. debug1: identity file /home/user/.ssh/id_dsa type -1
  13. debug1: identity file /home/user/.ssh/id_dsa-cert type -1
  14. debug1: identity file /home/user/.ssh/id_ecdsa type -1
  15. debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
  16. debug1: identity file /home/user/.ssh/id_ecdsa_sk type -1
  17. debug1: identity file /home/user/.ssh/id_ecdsa_sk-cert type -1
  18. debug1: identity file /home/user/.ssh/id_ed25519 type -1
  19. debug1: identity file /home/user/.ssh/id_ed25519-cert type -1
  20. debug1: identity file /home/user/.ssh/id_ed25519_sk type -1
  21. debug1: identity file /home/user/.ssh/id_ed25519_sk-cert type -1
  22. debug1: identity file /home/user/.ssh/id_xmss type -1
  23. debug1: identity file /home/user/.ssh/id_xmss-cert type -1
  24. debug1: Local version string SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.4
  25. debug1: Remote protocol version 2.0, remote software version OpenSSH_8.2p1 Ubuntu-4ubuntu0.4
  26. debug1: match: OpenSSH_8.2p1 Ubuntu-4ubuntu0.4 pat OpenSSH* compat 0x04000000
  27. debug2: fd 4 setting O_NONBLOCK
  28. debug1: Authenticating to MY_DOMAIN.com:22 as 'git'
  29. debug3: hostkeys_foreach: reading file "/home/user/.ssh/known_hosts"
  30. debug3: record_hostkey: found key type ECDSA in file /home/user/.ssh/known_hosts:17
  31. debug3: load_hostkeys: loaded 1 keys from MY_DOMAIN.com
  32. debug3: order_hostkeyalgs: prefer hostkeyalgs: [email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  33. debug3: send packet: type 20
  34. debug1: SSH2_MSG_KEXINIT sent
  35. debug3: receive packet: type 20
  36. debug1: SSH2_MSG_KEXINIT received
  37. debug2: local client KEXINIT proposal
  38. 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-group14-sha256,ext-info-c
  39. debug2: host key algorithms: [email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,[email protected],rsa-sha2-512,rsa-sha2-256,ssh-rsa
  40. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  41. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  42. debug2: compression ctos: none,[email protected],zlib
  43. debug2: compression stoc: none,[email protected],zlib
  44. debug2: languages ctos:
  45. debug2: languages stoc:
  46. debug2: first_kex_follows 0
  47. debug2: reserved 0
  48. debug2: peer server KEXINIT proposal
  49. 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-group14-sha256
  50. debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519
  51. debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  52. debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  53. debug2: compression ctos: none,[email protected]
  54. debug2: compression stoc: none,[email protected]
  55. debug2: languages ctos:
  56. debug2: languages stoc:
  57. debug2: first_kex_follows 0
  58. debug2: reserved 0
  59. debug1: kex: algorithm: curve25519-sha256
  60. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  61. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  62. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  63. debug3: send packet: type 30
  64. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  65. debug3: receive packet: type 31
  66. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:1XSkEgBzvlTpkc75WQDOHt+gfDCgiO8HrXgvs2ggrYI
  67. debug3: hostkeys_foreach: reading file "/home/user/.ssh/known_hosts"
  68. debug3: record_hostkey: found key type ECDSA in file /home/user/.ssh/known_hosts:17
  69. debug3: load_hostkeys: loaded 1 keys from MY_DOMAIN.com
  70. debug3: hostkeys_foreach: reading file "/home/user/.ssh/known_hosts"
  71. debug3: record_hostkey: found key type ECDSA in file /home/user/.ssh/known_hosts:4
  72. debug3: load_hostkeys: loaded 1 keys from 62.154.223.235
  73. debug1: Host 'MY_DOMAIN.com' is known and matches the ECDSA host key.
  74. debug1: Found key in /home/user/.ssh/known_hosts:17
  75. debug3: send packet: type 21
  76. debug2: set_newkeys: mode 1
  77. debug1: rekey out after 134217728 blocks
  78. debug1: SSH2_MSG_NEWKEYS sent
  79. debug1: expecting SSH2_MSG_NEWKEYS
  80. debug3: receive packet: type 21
  81. debug1: SSH2_MSG_NEWKEYS received
  82. debug2: set_newkeys: mode 0
  83. debug1: rekey in after 134217728 blocks
  84. debug1: Will attempt key: /home/user/.ssh/id_ed25519 ED25519 SHA256:a5BfJ5Q/mY[...]LK8g agent
  85. debug1: Will attempt key: /home/user/.ssh/id_rsa
  86. debug1: Will attempt key: /home/user/.ssh/id_dsa
  87. debug1: Will attempt key: /home/user/.ssh/id_ecdsa
  88. debug1: Will attempt key: /home/user/.ssh/id_ecdsa_sk
  89. debug1: Will attempt key: /home/user/.ssh/id_ed25519
  90. debug1: Will attempt key: /home/user/.ssh/id_ed25519_sk
  91. debug1: Will attempt key: /home/user/.ssh/id_xmss
  92. debug2: pubkey_prepare: done
  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,[email protected],ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected]>
  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,password
  103. debug3: start over, passed a different list publickey,password
  104. debug3: preferred gssapi-with-mic,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 public key: /home/user/.ssh/id_ed25519 ED25519 SHA256:a5BfJ5Q/mYg[...]LK8g agent
  110. debug3: send packet: type 50
  111. debug2: we sent a publickey packet, wait for reply
  112. debug3: receive packet: type 51
  113. debug1: Authentications that can continue: publickey,password
  114. debug1: Offering public key: /home/user/.ssh/id_gitlab_ed25519_priv ED25519 SHA256:720yBo81C+idPa8I8hmKI23y5pO89Nau/ujfqAz8J8M agent
  115. debug3: send packet: type 50
  116. debug2: we sent a publickey packet, wait for reply
  117. debug3: receive packet: type 51
  118. debug1: Authentications that can continue: publickey,password
  119. debug1: Trying private key: /home/user/.ssh/id_rsa
  120. debug3: no such identity: /home/user/.ssh/id_rsa: No such file or directory
  121. debug1: Trying private key: /home/user/.ssh/id_dsa
  122. debug3: no such identity: /home/user/.ssh/id_dsa: No such file or directory
  123. debug1: Trying private key: /home/user/.ssh/id_ecdsa
  124. debug3: no such identity: /home/user/.ssh/id_ecdsa: No such file or directory
  125. debug1: Trying private key: /home/user/.ssh/id_ecdsa_sk
  126. debug3: no such identity: /home/user/.ssh/id_ecdsa_sk: No such file or directory
  127. debug1: Trying private key: /home/user/.ssh/id_ed25519
  128. debug3: no such identity: /home/user/.ssh/id_ed25519: No such file or directory
  129. debug1: Trying private key: /home/user/.ssh/id_ed25519_sk
  130. debug3: no such identity: /home/user/.ssh/id_ed25519_sk: No such file or directory
  131. debug1: Trying private key: /home/user/.ssh/id_xmss
  132. debug3: no such identity: /home/user/.ssh/id_xmss: No such file or directory
  133. debug2: we did not send a packet, disable method
  134. debug3: authmethod_lookup password
  135. debug3: remaining preferred: ,password
  136. debug3: authmethod_is_enabled password
  137. debug1: Next authentication method: password
Add Comment
Please, Sign In to add comment