Guest User

ssh

a guest
May 25th, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.99 KB | None | 0 0
  1. root@AngelBeats:~# ssh fastssh.com-hillz@vn.serverip.co -N -D 1080 -v
  2. OpenSSH_6.6, OpenSSL 1.0.1i 6 Aug 2014
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Connecting to vn.serverip.co [42.117.4.141] port 22.
  5. debug1: Connection established.
  6. debug1: permanently_set_uid: 0/0
  7. debug1: identity file /root/.ssh/id_rsa type -1
  8. debug1: identity file /root/.ssh/id_rsa-cert type -1
  9. debug1: identity file /root/.ssh/id_dsa type -1
  10. debug1: identity file /root/.ssh/id_dsa-cert type -1
  11. debug1: identity file /root/.ssh/id_ecdsa type -1
  12. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  13. debug1: identity file /root/.ssh/id_ed25519 type -1
  14. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  15. debug1: Enabling compatibility mode for protocol 2.0
  16. debug1: Local version string SSH-2.0-OpenSSH_6.6
  17. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3p1 Debian-3ubuntu7
  18. debug1: match: OpenSSH_5.3p1 Debian-3ubuntu7 pat OpenSSH_5* compat 0x0c000000
  19. debug1: SSH2_MSG_KEXINIT sent
  20. debug1: SSH2_MSG_KEXINIT received
  21. debug1: kex: server->client aes128-ctr hmac-md5 none
  22. debug1: kex: client->server aes128-ctr hmac-md5 none
  23. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent
  24. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  25. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  26. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  27. debug1: Server host key: RSA a0:66:fe:a0:71:7f:5c:59:f5:1a:e2:d8:2a:2b:c8:a3
  28. The authenticity of host 'vn.serverip.co (42.117.4.141)' can't be established.
  29. RSA key fingerprint is a0:66:fe:a0:71:7f:5c:59:f5:1a:e2:d8:2a:2b:c8:a3.
  30. Are you sure you want to continue connecting (yes/no)? yes
  31. Warning: Permanently added 'vn.serverip.co,42.117.4.141' (RSA) to the list of known hosts.
  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: Roaming not allowed by server
  37. debug1: SSH2_MSG_SERVICE_REQUEST sent
  38. debug1: SSH2_MSG_SERVICE_ACCEPT received
  39. Free Premium SSH and OpenVPN Accounts
  40. -----------------------------------------------
  41. Visit our Sites :
  42. Create SSH Accounts: http://FastSSH.com
  43. Create OpenVPN Accounts  http://MyTunneling.com
  44. debug1: Authentications that can continue: publickey,password
  45. debug1: Next authentication method: publickey
  46. debug1: Trying private key: /root/.ssh/id_rsa
  47. debug1: Trying private key: /root/.ssh/id_dsa
  48. debug1: Trying private key: /root/.ssh/id_ecdsa
  49. debug1: Trying private key: /root/.ssh/id_ed25519
  50. debug1: Next authentication method: password
  51. fastssh.com-hillz@vn.serverip.co's password:
  52. debug1: Authentication succeeded (password).
  53. Authenticated to vn.serverip.co ([42.117.4.141]:22).
  54. debug1: Local connections to LOCALHOST:1080 forwarded to remote address socks:0
  55. debug1: Local forwarding listening on ::1 port 1080.
  56. debug1: channel 0: new [port listener]
  57. debug1: Local forwarding listening on 127.0.0.1 port 1080.
  58. debug1: channel 1: new [port listener]
  59. debug1: Requesting no-more-sessions@openssh.com
  60. debug1: Entering interactive session.
Add Comment
Please, Sign In to add comment