On 11/06/2008, at 11:26 AM, Voytek Eymont wrote:
Michael,
thanks. I'll start looking into that, does it require any setup at
sshd
end, or is it all at client end ?
There might be a sshd_config setting to enable port forwarding,
but it has always been enabled by default on my systems.
ssh -L 8888:localhost:80 somehost.dyndns.org
or edit ~/.ssh/config and add
Host somehost.dyndns.org
LocalForward 8888 localhost:80
then ssh somehost.dyndns.org will port forward without having to specify
the -L switch manually
then open http://localhost:8888 on your desktop in firefox.
http://chesterton.id.au/blog/
http://barrang.com.au/
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html