Guest User

Untitled

a guest
Jun 13th, 2018
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.35 KB | None | 0 0
  1. marc@xxx:~/.ssh$ ssh -A -p443 xxx@xxx.xxx.xxx.xxx -L 1080:127.0.0.1:1080 -L 1081:127.0.0.1:1081 -L 1082:127.0.0.1:1082 -i ~/.ssh/id_rsa.pub -D 1080 -D 1337 -v
  2. OpenSSH_7.6p1 Ubuntu-4, OpenSSL 1.0.2n 7 Dec 2017
  3. debug1: Reading configuration data /home/marc/.ssh/config
  4. debug1: /home/marc/.ssh/config line 1: Applying options for *
  5. debug1: Reading configuration data /etc/ssh/ssh_config
  6. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  7. debug1: Connecting to xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] port 443.
  8. debug1: Connection established.
  9. debug1: identity file /home/marc/.ssh/id_rsa.pub type 0
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /home/marc/.ssh/id_rsa.pub-cert type -1
  12. debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4
  13. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  14. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  15. debug1: Authenticating to xxx.xxx.xxx.xxx:443 as 'xxx'
  16. debug1: SSH2_MSG_KEXINIT sent
  17. debug1: SSH2_MSG_KEXINIT received
  18. debug1: kex: algorithm: curve25519-sha256@libssh.org
  19. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  20. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  21. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  22. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  23. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:yWmXj3KQ76JG3x7ehunlyVg2gc5hsQxZ0KgKsyMDOG6s
  24. debug1: Host '[xxx.xxx.xxx.xxx]:443' is known and matches the ECDSA host key.
  25. debug1: Found key in /home/marc/.ssh/known_hosts:60
  26. debug1: rekey after 134217728 blocks
  27. debug1: SSH2_MSG_NEWKEYS sent
  28. debug1: expecting SSH2_MSG_NEWKEYS
  29. debug1: SSH2_MSG_NEWKEYS received
  30. debug1: rekey after 134217728 blocks
  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: RSA SHA256:itP0W/aHu7qZRFEaySzPt9WWWsGgzS1/G2LIJrSnZdk /home/xxx/.ssh/id_rsa.pub
  35. debug1: Authentications that can continue: publickey,password
  36. debug1: Offering public key: RSA SHA256:ryeZvhmlcAGvVnmLjh43pdxTleT9E4LkrI2lI/UO/FM xxx@xxx
  37. debug1: Server accepts key: pkalg ssh-rsa blen 279
  38. debug1: Authentication succeeded (publickey).
  39. Authenticated to xxx.xxx.xxx.xxx ([xxx.xxx.xxx.xxx]:443).
  40. debug1: Local connections to LOCALHOST:1080 forwarded to remote address 127.0.0.1:1080
  41. debug1: Local forwarding listening on ::1 port 1080.
  42. debug1: channel 0: new [port listener]
  43. debug1: Local forwarding listening on 127.0.0.1 port 1080.
  44. debug1: channel 1: new [port listener]
  45. debug1: Local connections to LOCALHOST:1081 forwarded to remote address 127.0.0.1:1081
  46. debug1: Local forwarding listening on ::1 port 1081.
  47. debug1: channel 2: new [port listener]
  48. debug1: Local forwarding listening on 127.0.0.1 port 1081.
  49. debug1: channel 3: new [port listener]
  50. debug1: Local connections to LOCALHOST:1082 forwarded to remote address 127.0.0.1:1082
  51. debug1: Local forwarding listening on ::1 port 1082.
  52. debug1: channel 4: new [port listener]
  53. debug1: Local forwarding listening on 127.0.0.1 port 1082.
  54. debug1: channel 5: new [port listener]
  55. debug1: Local connections to LOCALHOST:1080 forwarded to remote address socks:0
  56. debug1: Local forwarding listening on ::1 port 1080.
  57. bind: Address already in use
  58. debug1: Local forwarding listening on 127.0.0.1 port 1080.
  59. bind: Address already in use
  60. channel_setup_fwd_listener_tcpip: cannot listen to port: 1080
  61. debug1: Local connections to LOCALHOST:1337 forwarded to remote address socks:0
  62. debug1: Local forwarding listening on ::1 port 1337.
  63. debug1: channel 6: new [port listener]
  64. debug1: Local forwarding listening on 127.0.0.1 port 1337.
  65. debug1: channel 7: new [port listener]
  66. debug1: channel 8: new [client-session]
  67. debug1: Requesting no-more-sessions@openssh.com
  68. debug1: Entering interactive session.
  69. debug1: pledge: network
  70. debug1: Requesting authentication agent forwarding.
  71. debug1: Sending environment.
  72. debug1: Sending env LANG = de_DE.UTF-8
  73. Last failed login: Wed Jun 13 12:03:45 CEST 2018 from 92.206.48.179 on ssh:notty
  74. There were 4 failed login attempts since the last successful login.
  75. Last login: Wed Jun 13 11:55:20 2018 from 92.206.48.179
  76.  
  77. marc@xxx:~/.ssh$ ssh -A -p443 xxx@xxx.xxx.xxx.xxx -L 1080:127.0.0.1:1080 -L 1081:127.0.0.1:1081 -L 1082:127.0.0.1:1082 -i ~/.ssh/id_rsa.pub -D 1080 -D 1337 -v
  78. OpenSSH_7.6p1 Ubuntu-4, OpenSSL 1.0.2n 7 Dec 2017
  79. debug1: Reading configuration data /home/marc/.ssh/config
  80. debug1: /home/marc/.ssh/config line 1: Applying options for *
  81. debug1: Reading configuration data /etc/ssh/ssh_config
  82. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  83. debug1: Connecting to xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] port 443.
  84. debug1: Connection established.
  85. debug1: identity file /home/marc/.ssh/id_rsa.pub type 0
  86. debug1: key_load_public: No such file or directory
  87. debug1: identity file /home/marc/.ssh/id_rsa.pub-cert type -1
  88. debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4
  89. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  90. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  91. debug1: Authenticating to xxx.xxx.xxx.xxx:443 as 'xxx'
  92. debug1: SSH2_MSG_KEXINIT sent
  93. debug1: SSH2_MSG_KEXINIT received
  94. debug1: kex: algorithm: curve25519-sha256@libssh.org
  95. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  96. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  97. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  98. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  99. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:yWmXj3KQ76JG3x7ehunlyVg2gc5hsQxZ0KgKsyMDOG6s
  100. debug1: Host '[xxx.xxx.xxx.xxx]:443' is known and matches the ECDSA host key.
  101. debug1: Found key in /home/marc/.ssh/known_hosts:60
  102. debug1: rekey after 134217728 blocks
  103. debug1: SSH2_MSG_NEWKEYS sent
  104. debug1: expecting SSH2_MSG_NEWKEYS
  105. debug1: SSH2_MSG_NEWKEYS received
  106. debug1: rekey after 134217728 blocks
  107. debug1: pubkey_prepare: ssh_get_authentication_socket: No such file or directory
  108. debug1: SSH2_MSG_SERVICE_ACCEPT received
  109. debug1: Authentications that can continue: publickey,password
  110. debug1: Next authentication method: publickey
  111. debug1: Offering public key: RSA SHA256:itP0W/aHu7qZRFEaySzPt9WWWsGgzS1/G2LIJrSnZdk /home/xxx/.ssh/id_rsa.pub
  112. debug1: Authentications that can continue: publickey,password
  113. debug1: Next authentication method: password
  114. xxx@xxx.xxx.xxx.xxx's password:
Add Comment
Please, Sign In to add comment