Thread
:
SSH via HTTPs ?
View Single Post
#
3
(
permalink
)
22nd June 2006, 11:21 PM
tom
Contributors
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power:
6
Try out following command from your local laptop or desktop (assuming that you are using *nix):
Type following command:
Code:
ssh -L 443:127.0.0.1:443 -N -f -l username server-ip
Open browser and type url
http://127.0.0.1:443/
tom
View Public Profile
Find all posts by tom