Advertisement
Guest User

SSH error1

a guest
Mar 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. PS C:\chef\learn-chef\cookbooks> ssh -v -i ~/.ssh/id_rsa.ppk opc@129.146.28.150
  2. OpenSSH_7.1p2, OpenSSL 1.0.2h 3 May 2016
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Connecting to 129.146.28.150 [129.146.28.150] port 22.
  5. debug1: Connection established.
  6. debug1: key_load_public: No such file or directory
  7. debug1: identity file /c/Users/patilp/.ssh/id_rsa.ppk type -1
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file /c/Users/patilp/.ssh/id_rsa.ppk-cert type -1
  10. debug1: Enabling compatibility mode for protocol 2.0
  11. debug1: Local version string SSH-2.0-OpenSSH_7.1
  12. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  13. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  14. debug1: Authenticating to 129.146.28.150:22 as 'opc'
  15. debug1: SSH2_MSG_KEXINIT sent
  16. debug1: SSH2_MSG_KEXINIT received
  17. debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none
  18. debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none
  19. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  20. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:ka2MCKCBO9Ew1p6F7LYWCicYkQBocSpR5DFGpVq744U
  21. debug1: Host '129.146.28.150' is known and matches the ECDSA host key.
  22. debug1: Found key in /c/Users/patilp/.ssh/known_hosts:1
  23. debug1: SSH2_MSG_NEWKEYS sent
  24. debug1: expecting SSH2_MSG_NEWKEYS
  25. debug1: SSH2_MSG_NEWKEYS received
  26. debug1: SSH2_MSG_SERVICE_REQUEST sent
  27. debug1: SSH2_MSG_SERVICE_ACCEPT received
  28. debug1: Authentications that can continue: publickey
  29. debug1: Next authentication method: publickey
  30. debug1: Trying private key: /c/Users/patilp/.ssh/id_rsa.ppk
  31. Enter passphrase for key '/c/Users/patilp/.ssh/id_rsa.ppk':
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement