Advertisement
bluesfreak72

bluesfreak72

Feb 17th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. scott@bletchley:~$ ssh -v scott@192.168.1.111 -p60022
  2. OpenSSH_5.9p1, OpenSSL 1.0.0g 18 Jan 2012
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Connecting to 192.168.1.111 [192.168.1.111] port 60022.
  5. debug1: Connection established.
  6. debug1: identity file /home/scott/.ssh/id_rsa type -1
  7. debug1: identity file /home/scott/.ssh/id_rsa-cert type -1
  8. debug1: identity file /home/scott/.ssh/id_dsa type -1
  9. debug1: identity file /home/scott/.ssh/id_dsa-cert type -1
  10. debug1: identity file /home/scott/.ssh/id_ecdsa type -1
  11. debug1: identity file /home/scott/.ssh/id_ecdsa-cert type -1
  12. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p1 Debian-1ubuntu3
  13. debug1: match: OpenSSH_5.8p1 Debian-1ubuntu3 pat OpenSSH*
  14. debug1: Enabling compatibility mode for protocol 2.0
  15. debug1: Local version string SSH-2.0-OpenSSH_5.9
  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: sending SSH2_MSG_KEX_ECDH_INIT
  21. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  22. debug1: Server host key: ECDSA 04:2e:0e:c0:4b:92:d9:a5:bc:fe:38:d0:b8:34:51:b1
  23. debug1: Host '[192.168.1.111]:60022' is known and matches the ECDSA host key.
  24. debug1: Found key in /home/scott/.ssh/known_hosts:1
  25. debug1: ssh_ecdsa_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,password
  33. debug1: Next authentication method: publickey
  34. debug1: Trying private key: /home/scott/.ssh/id_rsa
  35. debug1: Trying private key: /home/scott/.ssh/id_dsa
  36. debug1: Trying private key: /home/scott/.ssh/id_ecdsa
  37. debug1: Next authentication method: password
  38. scott@192.168.1.111's password:
  39. debug1: Authentication succeeded (password).
  40. Authenticated to 192.168.1.111 ([192.168.1.111]:60022).
  41. debug1: channel 0: new [client-session]
  42. debug1: Requesting no-more-sessions@openssh.com
  43. debug1: Entering interactive session.
  44. Welcome to Linux Mint 11 Katya (GNU/Linux 2.6.38-13-generic i686)
  45.  
  46. Welcome to Linux Mint
  47. * Documentation: http://www.linuxmint.com
  48.  
  49. 27 packages can be updated.
  50. 0 updates are security updates.
  51.  
  52. Last login: Fri Feb 17 11:27:32 2012 from bletchley.domain_not_set.invalid
  53. _________________________________________
  54. / The abuse of greatness is when it \
  55. | disjoins remorse from power. |
  56. | |
  57. \ -- William Shakespeare, "Julius Caesar" /
  58. -----------------------------------------
  59. \
  60. \
  61. ___
  62. {~._.~}
  63. ( Y )
  64. ()~*~()
  65. (_)-(_)
  66. scott@enigma1 ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement