Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. userID@userID-VirtualBox:~$ ssh -v 10.0.2.106 -i server-connect.pem
  2. OpenSSH_7.2p2 Ubuntu-4ubuntu2.6, OpenSSL 1.0.2g 1 Mar 2016
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug1: Connecting to 10.0.2.106 [10.0.2.106] port 22.
  6. debug1: Connection established.
  7. debug1: key_load_public: No such file or directory
  8. debug1: identity file server-connect.pem type -1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file server-connect.pem-cert type -1
  11. debug1: Enabling compatibility mode for protocol 2.0
  12. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.6
  13. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.6
  14. debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.6 pat OpenSSH* compat 0x04000000
  15. debug1: Authenticating to 10.0.2.106:22 as 'userID'
  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: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  21. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  22. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  23. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:9WNPZi4zHGalAIIQaVS4IMTrewBeadmc6/KiG+YFwsM
  24. debug1: Host '10.0.2.106' is known and matches the ECDSA host key.
  25. debug1: Found key in /home/userID/.ssh/known_hosts:3
  26. debug1: rekey after 134217728 blocks
  27. debug1: SSH2_MSG_NEWKEYS sent
  28. debug1: expecting SSH2_MSG_NEWKEYS
  29. debug1: SSH2_MSG_NEWKEYS received
  30. debug1: rekey after 134217728 blocks
  31. debug1: SSH2_MSG_EXT_INFO received
  32. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  33. debug1: SSH2_MSG_SERVICE_ACCEPT received
  34. debug1: Authentications that can continue: publickey
  35. debug1: Next authentication method: publickey
  36. debug1: Trying private key: server-connect.pem
  37. debug1: Authentications that can continue: publickey
  38. debug1: No more authentication methods to try.
  39. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement