Shell Tips
ID #1050
Can I access the shell server on an alternate SSH port?
Yes, the shell server is configured to accept SSH connections on port 80 and 443, in addition to the standard SSH ports. Some firewalls prevent outbound access on port 22, but will allow outbound on port 80 and 443. The following should work for almost all command line ssh clients:
$ ssh -p 443 login.geekisp.com
Tags: -
Related entries:
Last update: 2006-03-10 12:55
Author: Dave Steinberg
Revision: 1.0
You can comment on this entry