Guest User

ssh login

a guest
Jun 13th, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. $ ssh -v userxyz@192.168.1.147
  2. OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 58: Applying options for *
  5. debug1: Connecting to 192.168.1.147 [192.168.1.147] port 22.
  6. debug1: Connection established.
  7. debug1: identity file /home/userxyz/.ssh/id_rsa type 1
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file /home/userxyz/.ssh/id_rsa-cert type -1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /home/userxyz/.ssh/id_dsa type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /home/userxyz/.ssh/id_dsa-cert type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /home/userxyz/.ssh/id_ecdsa type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /home/userxyz/.ssh/id_ecdsa-cert type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /home/userxyz/.ssh/id_ed25519 type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /home/userxyz/.ssh/id_ed25519-cert type -1
  22. debug1: Enabling compatibility mode for protocol 2.0
  23. debug1: Local version string SSH-2.0-OpenSSH_7.4
  24. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.9
  25. debug1: match: OpenSSH_7.9 pat OpenSSH* compat 0x04000000
  26. debug1: Authenticating to 192.168.1.147:22 as 'userxyz'
  27. debug1: SSH2_MSG_KEXINIT sent
  28. debug1: SSH2_MSG_KEXINIT received
  29. debug1: kex: algorithm: curve25519-sha256
  30. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  31. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  32. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  33. debug1: kex: curve25519-sha256 need=64 dh_need=64
  34. debug1: kex: curve25519-sha256 need=64 dh_need=64
  35. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  36. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:NOkagxwXOMxRBZqbrcPJeLFuuAsSRPI3LE33tq9hfXA
  37. debug1: Host '192.168.1.147' is known and matches the ECDSA host key.
  38. debug1: Found key in /home/userxyz/.ssh/known_hosts:5
  39. debug1: rekey after 134217728 blocks
  40. debug1: SSH2_MSG_NEWKEYS sent
  41. debug1: expecting SSH2_MSG_NEWKEYS
  42. debug1: SSH2_MSG_NEWKEYS received
  43. debug1: rekey after 134217728 blocks
  44. debug1: SSH2_MSG_EXT_INFO received
  45. 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>
  46. debug1: SSH2_MSG_SERVICE_ACCEPT received
  47. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  48. debug1: Next authentication method: publickey
  49. debug1: Offering RSA public key: /home/userxyz/.ssh/id_rsa
  50. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  51. debug1: Trying private key: /home/userxyz/.ssh/id_dsa
  52. debug1: Trying private key: /home/userxyz/.ssh/id_ecdsa
  53. debug1: Trying private key: /home/userxyz/.ssh/id_ed25519
  54. debug1: Next authentication method: keyboard-interactive
  55. Password:
  56. debug1: Authentication succeeded (keyboard-interactive).
  57. Authenticated to 192.168.1.147 ([192.168.1.147]:22).
  58. debug1: channel 0: new [client-session]
  59. debug1: Requesting no-more-sessions@openssh.com
  60. debug1: Entering interactive session.
  61. debug1: pledge: network
  62. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  63. debug1: Remote: Ignored authorized keys: bad ownership or modes for directory /Users/userxyz
  64. debug1: Sending environment.
  65. debug1: Sending env LANG = en_CA.UTF-8
  66. Last login: Sun Jun 13 19:12:47 2021 from 192.168.1.175
  67. $
Add Comment
Please, Sign In to add comment