Port 22 is usually used just for SSH, it should be open by default unless you have it firewalled off, so your firewall script would be the first place to check. If you have the rc.firewall, you will find it in /etc/rc.d/ Look for a line that says something like : PERMIT="21/tcp 22/tcp bla bla bla
After making any changes, save and restart it.
|