Advertisement
Guest User

Untitled

a guest
Jul 14th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. $ cat ~/.ssh/id_rsa.pub | ssh root@domain.org -p 6637 "cat - > ~/.ssh/autho
  2. rized_keys"
  3. Password:
  4.  
  5. User@Legit-87061EC885 ~
  6. $ ssh root@domain.org -p 6637
  7. Password:
  8.  
  9.  
  10. User@Legit-87061EC885 ~
  11. $ ssh root@domain.org -p 6637 -v
  12. OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
  13. debug1: Connecting to domain.org [12.121.127.214] port 6637.
  14. debug1: Connection established.
  15. debug1: identity file /c/Documents and Settings/User/.ssh/identity type -1
  16. debug1: identity file /c/Documents and Settings/User/.ssh/id_rsa type 1
  17. debug1: identity file /c/Documents and Settings/User/.ssh/id_dsa type -1
  18. debug1: Remote protocol version 1.99, remote software version OpenSSH_5.3
  19. debug1: match: OpenSSH_5.3 pat OpenSSH*
  20. debug1: Enabling compatibility mode for protocol 2.0
  21. debug1: Local version string SSH-2.0-OpenSSH_4.6
  22. debug1: SSH2_MSG_KEXINIT sent
  23. debug1: SSH2_MSG_KEXINIT received
  24. debug1: kex: server->client aes128-cbc hmac-md5 none
  25. debug1: kex: client->server aes128-cbc hmac-md5 none
  26. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  27. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  28. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  29. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  30. debug1: Host '[domain.org]:6637' is known and matches the RSA host key.
  31. debug1: Found key in /c/Documents and Settings/User/.ssh/known_hosts:1
  32. debug1: ssh_rsa_verify: signature correct
  33. debug1: SSH2_MSG_NEWKEYS sent
  34. debug1: expecting SSH2_MSG_NEWKEYS
  35. debug1: SSH2_MSG_NEWKEYS received
  36. debug1: SSH2_MSG_SERVICE_REQUEST sent
  37. debug1: SSH2_MSG_SERVICE_ACCEPT received
  38. debug1: Authentications that can continue: publickey,keyboard-interactive
  39. debug1: Next authentication method: publickey
  40. debug1: Trying private key: /c/Documents and Settings/User/.ssh/identity
  41. debug1: Offering public key: /c/Documents and Settings/User/.ssh/id_rsa
  42. debug1: Authentications that can continue: publickey,keyboard-interactive
  43. debug1: Trying private key: /c/Documents and Settings/User/.ssh/id_dsa
  44. debug1: Next authentication method: keyboard-interactive
  45. Password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement