Advertisement
Guest User

Untitled

a guest
Dec 8th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. android-d853f079cb53ce04:Siroop alexander$ ssh -vtA asandukovskiy_thor@jump.pthor.ch ssh -o StrictHostKeyChecking=no ssz-dwh-01
  2. OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
  3. debug1: Reading configuration data /Users/alexander/.ssh/config
  4. debug1: Reading configuration data /etc/ssh_config
  5. debug1: /etc/ssh_config line 20: Applying options for *
  6. debug1: /etc/ssh_config line 53: Applying options for *
  7. debug1: Connecting to jump.pthor.ch [52.28.89.38] port 22.
  8. debug1: Connection established.
  9. debug1: identity file /Users/alexander/.ssh/id_rsa type 1
  10. debug1: identity file /Users/alexander/.ssh/id_rsa-cert type -1
  11. debug1: identity file /Users/alexander/.ssh/id_dsa type -1
  12. debug1: identity file /Users/alexander/.ssh/id_dsa-cert type -1
  13. debug1: Enabling compatibility mode for protocol 2.0
  14. debug1: Local version string SSH-2.0-OpenSSH_6.2
  15. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Debian-5
  16. debug1: match: OpenSSH_6.7p1 Debian-5 pat OpenSSH*
  17. debug1: SSH2_MSG_KEXINIT sent
  18. debug1: SSH2_MSG_KEXINIT received
  19. debug1: kex: server->client aes128-ctr hmac-sha1-etm@openssh.com none
  20. debug1: kex: client->server aes128-ctr hmac-sha1-etm@openssh.com none
  21. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent
  22. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  23. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  24. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  25. debug1: Server host key: RSA b8:71:00:1f:3f:2d:c2:98:04:2b:c2:25:3f:c8:ba:6e
  26. debug1: Host 'jump.pthor.ch' is known and matches the RSA host key.
  27. debug1: Found key in /Users/alexander/.ssh/known_hosts:11
  28. debug1: ssh_rsa_verify: signature correct
  29. debug1: SSH2_MSG_NEWKEYS sent
  30. debug1: expecting SSH2_MSG_NEWKEYS
  31. debug1: SSH2_MSG_NEWKEYS received
  32. debug1: Roaming not allowed by server
  33. debug1: SSH2_MSG_SERVICE_REQUEST sent
  34. debug1: SSH2_MSG_SERVICE_ACCEPT received
  35. debug1: Authentications that can continue: publickey
  36. debug1: Next authentication method: publickey
  37. debug1: Offering RSA public key: /Users/alexander/.ssh/id_rsa
  38. debug1: Server accepts key: pkalg ssh-rsa blen 279
  39. debug1: read PEM private key done: type RSA
  40. debug1: Authentication succeeded (publickey).
  41. Authenticated to jump.pthor.ch ([52.28.89.38]:22).
  42. debug1: channel 0: new [client-session]
  43. debug1: Requesting no-more-sessions@openssh.com
  44. debug1: Entering interactive session.
  45. debug1: Requesting authentication agent forwarding.
  46. debug1: Sending environment.
  47. debug1: Sending env LC_CTYPE = UTF-8
  48. debug1: Sending command: ssh -o StrictHostKeyChecking=no ssz-dwh-01
  49. debug1: client_input_channel_open: ctype auth-agent@openssh.com rchan 2 win 65536 max 16384
  50. debug1: channel 1: new [authentication agent connection]
  51. debug1: confirm auth-agent@openssh.com
  52. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  53. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  54. debug1: channel 1: FORCE input drain
  55. Permission denied (publickey).
  56. debug1: channel 0: free: client-session, nchannels 2
  57. debug1: channel 1: free: authentication agent connection, nchannels 1
  58. Connection to jump.pthor.ch closed.
  59. Transferred: sent 3792, received 2860 bytes, in 0.2 seconds
  60. Bytes per second: sent 21624.8, received 16309.9
  61. debug1: Exit status 255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement