Guest User

Untitled

a guest
May 6th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.33 KB | None | 0 0
  1. [m.kostromin@kvm-gpu-test .ssh]$ ssh 192.168.10.10 -v
  2. OpenSSH_8.0p1, OpenSSL 1.1.1g FIPS  21 Apr 2020
  3. debug1: Reading configuration data /home/m.kostromin/.ssh/config
  4. debug1: /home/m.kostromin/.ssh/config line 1: Applying options for 192.168.10.10
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: Reading configuration data /etc/ssh/ssh_config.d/05-redhat.conf
  7. debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
  8. debug1: configuration requests final Match pass
  9. debug1: re-parsing configuration
  10. debug1: Reading configuration data /home/m.kostromin/.ssh/config
  11. debug1: /home/m.kostromin/.ssh/config line 1: Applying options for 192.168.10.10
  12. debug1: Reading configuration data /etc/ssh/ssh_config
  13. debug1: Reading configuration data /etc/ssh/ssh_config.d/05-redhat.conf
  14. debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
  15. debug1: Connecting to 192.168.10.10 [192.168.10.10] port 22.
  16. debug1: Connection established.
  17. debug1: identity file /home/m.kostromin/.ssh/id_rsa type 0
  18. debug1: identity file /home/m.kostromin/.ssh/id_rsa-cert type -1
  19. debug1: Local version string SSH-2.0-OpenSSH_8.0
  20. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
  21. debug1: match: OpenSSH_7.4 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x04000002
  22. debug1: Authenticating to 192.168.10.10:22 as 'm.kostromin'
  23. debug1: SSH2_MSG_KEXINIT sent
  24. debug1: SSH2_MSG_KEXINIT received
  25. debug1: kex: algorithm: curve25519-sha256
  26. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  27. debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
  28. debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
  29. debug1: kex: curve25519-sha256 need=32 dh_need=32
  30. debug1: kex: curve25519-sha256 need=32 dh_need=32
  31. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  32. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:raou8cZwsvsVJ8Pwf5bCe9XLuG4ncdbO23EONzM9SeY
  33. debug1: Host '192.168.10.10' is known and matches the ECDSA host key.
  34. debug1: Found key in /home/m.kostromin/.ssh/known_hosts:1
  35. debug1: rekey out after 4294967296 blocks
  36. debug1: SSH2_MSG_NEWKEYS sent
  37. debug1: expecting SSH2_MSG_NEWKEYS
  38. debug1: SSH2_MSG_NEWKEYS received
  39. debug1: rekey in after 4294967296 blocks
  40. debug1: Will attempt key: /home/m.kostromin/.ssh/id_rsa RSA SHA256:2CiBzwsBEBBlSEl1+I+yIeSQemLqn4TY1w4ony4Yud4 explicit
  41. debug1: SSH2_MSG_EXT_INFO received
  42. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  43. debug1: SSH2_MSG_SERVICE_ACCEPT received
  44. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  45. debug1: Next authentication method: gssapi-with-mic
  46. debug1: Unspecified GSS failure.  Minor code may provide more information
  47. No Kerberos credentials available (default cache: KCM:)
  48.  
  49.  
  50. debug1: Unspecified GSS failure.  Minor code may provide more information
  51. No Kerberos credentials available (default cache: KCM:)
  52.  
  53.  
  54. debug1: Next authentication method: publickey
  55. debug1: Offering public key: /home/m.kostromin/.ssh/id_rsa RSA SHA256:2CiBzwsBEBBlSEl1+I+yIeSQemLqn4TY1w4ony4Yud4 explicit
  56. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  57. debug1: Next authentication method: password
  58. m.kostromin@192.168.10.10's password:
Add Comment
Please, Sign In to add comment