James Colby wrote:
I am wondering if anyone has any suggestions of a way to get to a shell over the web using only port 80 or port 443. I would like to be able to open up a shell on my gentoo box from , but I am behind a firewall. I have searched sourcforge and freshmeat and have not had any luck. Is anyone doing this that may have a suggestion/advice for me?

If it's only a firewall just let your sshd run on port 80 or 443. Then connect with:

$ ssh -p 80 yourhost.domain.com

If your also behind a proxy (very likely), you need to tunnel ssh through http:

http://www.nocrew.org/software/httptunnel.html

# emerge -avt net-misc/httptunnel

Christoph
--
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list

Reply via email to