Advertisement
Guest User

ssh

a guest
Jan 21st, 2018
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.45 KB | None | 0 0
  1. ssh -v box -i .ssh/root_doekologii.key
  2. OpenSSH_7.5p1, LibreSSL 2.6.0
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 20: Applying options for *
  5. debug1: /etc/ssh/ssh_config line 70: Applying options for box
  6. debug1: Connecting to box [127.0.0.1] port 15689.
  7. debug1: Connection established.
  8. debug1: identity file .ssh/root_doekologii.key type 1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file .ssh/root_doekologii.key-cert type -1
  11. debug1: Enabling compatibility mode for protocol 2.0
  12. debug1: Local version string SSH-2.0-OpenSSH_7.5
  13. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.5
  14. debug1: match: OpenSSH_7.5 pat OpenSSH* compat 0x04000000
  15. debug1: Authenticating to box:15689 as 'root'
  16. debug1: SSH2_MSG_KEXINIT sent
  17. debug1: SSH2_MSG_KEXINIT received
  18. debug1: kex: algorithm: curve25519-sha256@libssh.org
  19. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  20. debug1: kex: server->client cipher: aes256-ctr MAC: hmac-sha1 compression: zlib@openssh.com
  21. debug1: kex: client->server cipher: aes256-ctr MAC: hmac-sha1 compression: zlib@openssh.com
  22. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  23. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:QcgG6X+D/pysx2TpAWumKtvRdW/hjGSoDe1m+YJBvyA
  24. debug1: Host '[box]:15689' is known and matches the ECDSA host key.
  25. debug1: Found key in /home/pacjent/.ssh/known_hosts:1
  26. debug1: rekey after 4294967296 blocks
  27. debug1: SSH2_MSG_NEWKEYS sent
  28. debug1: expecting SSH2_MSG_NEWKEYS
  29. debug1: SSH2_MSG_NEWKEYS received
  30. debug1: rekey after 4294967296 blocks
  31. debug1: SSH2_MSG_EXT_INFO received
  32. 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>
  33. debug1: SSH2_MSG_SERVICE_ACCEPT received
  34. debug1: Authentications that can continue: publickey
  35. debug1: Next authentication method: publickey
  36. debug1: Offering RSA public key: .ssh/root_doekologii.key
  37. debug1: Server accepts key: pkalg rsa-sha2-512 blen 2071
  38. debug1: Enabling compression at level 6.
  39. debug1: Authentication succeeded (publickey).
  40. Authenticated to box ([127.0.0.1]:15689).
  41. debug1: channel 0: new [client-session]
  42. debug1: Requesting no-more-sessions@openssh.com
  43. debug1: Entering interactive session.
  44. debug1: pledge: network
  45. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  46. Last login: Sun Jan 21 04:55:46 2018
  47.  
  48. # G1 ###   nie sty 21 07:54:40  domek : ~
  49. root ~>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement