On Fri, May 26, 2006 at 06:09:58AM -0700, Tom Spec wrote: > !-- DIV {margin:0px;}-->I have a fedora server setup with apache running on port 80 and 443, and ssh running on port 22. > > I want to be able to "ssh" to that server from a location that only allows port 80 and 443 to go out (of the firewall.) Is there any kind of "web ssh" solution or something that I could implemement so I could go to a page on my server through port 80, then from there get "ssh" access to the server with some kind of web java application. I'm kind of reaching here, but I thought I'd see if anyone had any thoughts/ideas. > > Tom > One way i get "around" this, is at my firewall end.. My firewall is listening on port 443 on a secondary IP address, and this re-directs to the internal 22 for ssh.... (easily use iptables to do that redirect, i just happen to use a BSD based firewall) Ok, this could be a problem for multilpe machines, but way i get around that, is the single IP behind firewall is a gateway, get onto the gateway, then you can start doing things. Hope this helps..... am -- I ain't perfect, yet.. MacGyver