Advertisement
Guest User

Untitled

a guest
Jun 12th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. phil@neo:~$ ssh -v user@192.168.2.151
  2. OpenSSH_7.2p2 Debian-5, OpenSSL 1.0.2h 3 May 2016
  3. debug1: Reading configuration data /home/phil/.ssh/config
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  6. debug1: Connecting to 192.168.2.151 [192.168.2.151] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/phil/.ssh/id_rsa type 1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file /home/phil/.ssh/id_rsa-cert type -1
  11. debug1: key_load_public: No such file or directory
  12. debug1: identity file /home/phil/.ssh/id_dsa type -1
  13. debug1: key_load_public: No such file or directory
  14. debug1: identity file /home/phil/.ssh/id_dsa-cert type -1
  15. debug1: key_load_public: No such file or directory
  16. debug1: identity file /home/phil/.ssh/id_ecdsa type -1
  17. debug1: key_load_public: No such file or directory
  18. debug1: identity file /home/phil/.ssh/id_ecdsa-cert type -1
  19. debug1: key_load_public: No such file or directory
  20. debug1: identity file /home/phil/.ssh/id_ed25519 type -1
  21. debug1: key_load_public: No such file or directory
  22. debug1: identity file /home/phil/.ssh/id_ed25519-cert type -1
  23. debug1: Enabling compatibility mode for protocol 2.0
  24. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Debian-5
  25. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-6.maemo5
  26. debug1: match: OpenSSH_5.1p1 Debian-6.maemo5 pat OpenSSH_5* compat 0x0c000000
  27. debug1: Authenticating to 192.168.2.151:22 as 'user'
  28. debug1: SSH2_MSG_KEXINIT sent
  29. debug1: SSH2_MSG_KEXINIT received
  30. debug1: kex: algorithm: diffie-hellman-group-exchange-sha256
  31. debug1: kex: host key algorithm: ssh-rsa
  32. debug1: kex: server->client cipher: aes128-ctr MAC: umac-64@openssh.com compression: zlib@openssh.com
  33. debug1: kex: client->server cipher: aes128-ctr MAC: umac-64@openssh.com compression: zlib@openssh.com
  34. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(2048<3072<8192) sent
  35. debug1: got SSH2_MSG_KEX_DH_GEX_GROUP
  36. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  37. debug1: got SSH2_MSG_KEX_DH_GEX_REPLY
  38. debug1: Server host key: ssh-rsa SHA256:5YS4ThWhMsea7b8lRGiCLo9or8/BW4pthifbpM5U/b4
  39. debug1: Host '192.168.2.151' is known and matches the RSA host key.
  40. debug1: Found key in /home/phil/.ssh/known_hosts:9
  41. debug1: rekey after 4294967296 blocks
  42. debug1: SSH2_MSG_NEWKEYS sent
  43. debug1: expecting SSH2_MSG_NEWKEYS
  44. debug1: rekey after 4294967296 blocks
  45. debug1: SSH2_MSG_NEWKEYS received
  46. debug1: SSH2_MSG_SERVICE_ACCEPT received
  47. debug1: Authentications that can continue: publickey,password
  48. debug1: Next authentication method: publickey
  49. debug1: Offering RSA public key: /home/phil/.ssh/id_rsa
  50. debug1: Server accepts key: pkalg ssh-rsa blen 279
  51. debug1: Enabling compression at level 6.
  52. debug1: Authentication succeeded (publickey).
  53. Authenticated to 192.168.2.151 ([192.168.2.151]:22).
  54. debug1: channel 0: new [client-session]
  55. debug1: Requesting no-more-sessions@openssh.com
  56. debug1: Entering interactive session.
  57. debug1: pledge: network
  58. debug1: Sending environment.
  59. debug1: Sending env LANG = en_GB.UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement