Guest User

Untitled

a guest
Oct 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. ssh -v user@192.168.0.2
  2.  
  3. OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
  4. debug1: Reading configuration data /etc/ssh_config
  5. debug1: /etc/ssh_config line 20: Applying options for *
  6. debug1: Connecting to 192.168.0.2 [192.168.0.2] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /Users/[UserName]/.ssh/id_rsa type 1
  9. debug1: identity file /Users/UserName/.ssh/id_rsa-cert type -1
  10. debug1: identity file /Users/UserName/.ssh/id_dsa type -1
  11. debug1: identity file /Users/UserName/.ssh/id_dsa-cert type -1
  12. debug1: Enabling compatibility mode for protocol 2.0
  13. debug1: Local version string SSH-2.0-OpenSSH_6.2
  14. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.0p1 Debian-4+deb7u2
  15. debug1: match: OpenSSH_6.0p1 Debian-4+deb7u2 pat OpenSSH*
  16. debug1: SSH2_MSG_KEXINIT sent
  17. debug1: SSH2_MSG_KEXINIT received
  18. debug1: kex: server->client aes128-ctr hmac-md5 none
  19. debug1: kex: client->server aes128-ctr hmac-md5 none
  20. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  21. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  22. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  23. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  24. debug1: Server host key: [Server Host Key]
  25. debug1: Host '192.168.0.2' is known and matches the RSA host key.
  26. debug1: Found key in /Users/[UserName]/.ssh/known_hosts:1
  27. debug1: ssh_rsa_verify: signature correct
  28. debug1: SSH2_MSG_NEWKEYS sent
  29. debug1: expecting SSH2_MSG_NEWKEYS
  30. debug1: SSH2_MSG_NEWKEYS received
  31. debug1: Roaming not allowed by server
  32. debug1: SSH2_MSG_SERVICE_REQUEST sent
  33. debug1: SSH2_MSG_SERVICE_ACCEPT received
  34. debug1: Authentications that can continue: publickey,password
  35. debug1: Next authentication method: publickey
  36. debug1: Offering RSA public key: /Users/[UserName]/.ssh/id_rsa
  37. debug1: Authentications that can continue: publickey,password
  38. debug1: Trying private key: /Users/[UserName]/.ssh/id_dsa
  39. debug1: No more authentication methods to try.
  40. Permission denied (publickey,password).
Add Comment
Please, Sign In to add comment