Thread: SSH via HTTPs ?

View Single Post
  #3 (permalink)  
Old 22nd June 2006, 11:21 PM
tom tom is offline
Contributors
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 6
tom is on a distinguished road
Default

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/
Reply With Quote