Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. travis@john-galt ~
  2. $ ssh trthomps@yakko.cs.wmich.edu
  3. Local proxy sshproxy.butters.co resolves to 141.218.143.78
  4. Connected to sshproxy.butters.co:80 (local proxy)
  5.  
  6. Tunneling to localhost:22 (destination)
  7. Communication with local proxy:
  8. -> CONNECT localhost:22 HTTP/1.0
  9. -> Proxy-Connection: Keep-Alive
  10. -> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Win32)\n
  11. <- HTTP/1.1 500 Internal Server Error
  12. HTTP return code: 500 Internal Server Error
  13. <- Date: Fri, 20 May 2011 17:11:12 GMT
  14. <- Content-Length: 538
  15. <- Connection: close
  16. <- Content-Type: text/html; charset=iso-8859-1
  17. ssh_exchange_identification: Connection closed by remote host
  18.  
  19. travis@john-galt ~
  20. $ cat .ssh/config
  21. Host yakko.cs.wmich.edu
  22. DynamicForward 1080
  23. ProxyCommand proxytunnel -v -p sshproxy.butters.co:80 -d localhost:22 -H "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Win32)\n"
  24. ServerAliveInterval 30
  25.  
  26. travis@john-galt ~
  27. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement