- setup HTTP over SSH on Linux server
- ssh -L 7878:localhost:8080 robin@boston
- ssh -L 7878:localhost:8080 robin@boston
- from your desktop run putty
- create a new ssh connection to server, you still use ssh on port 22 to connect to boston.
- in setting, add a forward port
- bring up your browser, type address http://localhost:8080/. You can see the webpage
- test that is using SSH connection. http://boston:7878/, you can't connect it because is ssh connection. You can't connect http://localhost:8080/ if you haven't made a ssh connection with boston.
- other readings. http://jstrassburg.blogspot.com/2006/01/howto-tunneling-http-over-ssh-with-dd.html
Wednesday, April 8, 2009
HTTP over SSH
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment