Advertisement
Guest User

SSH Connection Log

a guest
Aug 2nd, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. OpenSSH_5.6p1, OpenSSL 0.9.8x 10 May 2012
  2. debug1: Reading configuration data /Users/isaac/.ssh/config
  3. debug1: Reading configuration data /etc/ssh_config
  4. debug1: Applying options for *
  5. debug1: Connecting to 216.70.82.118 [216.70.82.118] port 22.
  6. debug1: Connection established.
  7. debug1: identity file /Users/isaac/.ssh/id_rsa type 1
  8. debug1: identity file /Users/isaac/.ssh/id_rsa-cert type -1
  9. debug1: identity file /Users/isaac/.ssh/id_dsa type -1
  10. debug1: identity file /Users/isaac/.ssh/id_dsa-cert type -1
  11. debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
  12. debug1: match: OpenSSH_4.3 pat OpenSSH_4*
  13. debug1: Enabling compatibility mode for protocol 2.0
  14. debug1: Local version string SSH-2.0-OpenSSH_5.6
  15. debug1: SSH2_MSG_KEXINIT sent
  16. debug1: SSH2_MSG_KEXINIT received
  17. debug1: kex: server->client aes128-ctr hmac-md5 none
  18. debug1: kex: client->server aes128-ctr hmac-md5 none
  19. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  20. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  21. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  22. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  23. debug1: Host '216.70.82.118' is known and matches the RSA host key.
  24. debug1: Found key in /Users/isaac/.ssh/known_hosts:17
  25. debug1: ssh_rsa_verify: signature correct
  26. debug1: SSH2_MSG_NEWKEYS sent
  27. debug1: expecting SSH2_MSG_NEWKEYS
  28. debug1: SSH2_MSG_NEWKEYS received
  29. debug1: Roaming not allowed by server
  30. debug1: SSH2_MSG_SERVICE_REQUEST sent
  31. debug1: SSH2_MSG_SERVICE_ACCEPT received
  32. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  33. debug1: Next authentication method: publickey
  34. debug1: Offering RSA public key: /Users/isaac/.ssh/id_rsa
  35. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  36. debug1: Trying private key: /Users/isaac/.ssh/id_dsa
  37. debug1: Next authentication method: password
  38. gv@216.70.82.118's password:
  39. debug1: Authentication succeeded (password).
  40. Authenticated to 216.70.82.118 ([216.70.82.118]:22).
  41. debug1: channel 0: new [client-session]
  42. debug1: Entering interactive session.
  43. debug1: Sending environment.
  44. debug1: Sending env LANG = en_US.UTF-8
  45. Last login: Fri Aug 2 16:39:49 2013
  46. user with id=10000 and name=gv not found in chrooted passwd file
  47. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  48. system error: No such file or directory
  49. debug1: channel 0: free: client-session, nchannels 1
  50. Connection to 216.70.82.118 closed.
  51. Transferred: sent 2160, received 2184 bytes, in 1.1 seconds
  52. Bytes per second: sent 1901.2, received 1922.3
  53. debug1: Exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement