Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. ~@42$ ssh -N -v -o ExitOnForwardFailure=yes -o ConnectTimeout=10 -o TCPKeepAlive=no -o ServerAliveInterval=60 -o ServerAliveCountMax=1 -p 4242 abhi@abhibeckert.com -L 54165/127.0.0.1/3306
  2. OpenSSH_5.1p1, OpenSSL 0.9.7l 28 Sep 2006
  3. debug1: Reading configuration data /Volumes/Home/.ssh/config
  4. debug1: Applying options for abhibeckert.com
  5. debug1: Reading configuration data /etc/ssh_config
  6. debug1: Connecting to abhibeckert.com [67.207.134.89] port 4242.
  7. debug1: fd 3 clearing O_NONBLOCK
  8. debug1: Connection established.
  9. debug1: identity file /Volumes/Home/.ssh/identity type -1
  10. debug1: identity file /Volumes/Home/.ssh/id_rsa type 1
  11. debug1: identity file /Volumes/Home/.ssh/id_dsa type -1
  12. debug1: Remote protocol version 2.0, remote software version OpenSSH_4.7p1 Debian-8ubuntu1.2
  13. debug1: match: OpenSSH_4.7p1 Debian-8ubuntu1.2 pat OpenSSH*
  14. debug1: Enabling compatibility mode for protocol 2.0
  15. debug1: Local version string SSH-2.0-OpenSSH_5.1
  16. debug1: SSH2_MSG_KEXINIT sent
  17. debug1: SSH2_MSG_KEXINIT received
  18. debug1: kex: server->client aes128-cbc hmac-md5 none
  19. debug1: kex: client->server aes128-cbc hmac-md5 none
  20. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  21. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  22. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  23. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  24. debug1: Host '[abhibeckert.com]:4242' is known and matches the RSA host key.
  25. debug1: Found key in /Volumes/Home/.ssh/known_hosts:20
  26. debug1: ssh_rsa_verify: signature correct
  27. debug1: SSH2_MSG_NEWKEYS sent
  28. debug1: expecting SSH2_MSG_NEWKEYS
  29. debug1: SSH2_MSG_NEWKEYS received
  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: Offering public key: /Volumes/Home/.ssh/id_rsa
  35. debug1: Server accepts key: pkalg ssh-rsa blen 277
  36. debug1: Authentication succeeded (publickey).
  37. debug1: Local connections to LOCALHOST:54165 forwarded to remote address 127.0.0.1:3306
  38. debug1: Local forwarding listening on ::1 port 54165.
  39. debug1: channel 0: new [port listener]
  40. debug1: Local forwarding listening on 127.0.0.1 port 54165.
  41. debug1: channel 1: new [port listener]
  42. debug1: Requesting no-more-sessions@openssh.com
  43. debug1: Entering interactive session.
Add Comment
Please, Sign In to add comment