I'm trying to enable sshd on a port other than 22, preferably one well above 1000, and thus not as often firewalled.
I editted /etc/sshd_config and tried several combinations of Port declarations (not knowing exactly how to do multiple ports, but seeing the statement that it was permissible)
a) Port 22
Port 8022
b) Port 8022
c) port 22, 8022
and then restarted after each (how can I relaunch sshd without a restart?)
Anyway I always got connection refused for port 8022, and I was sure to add it to my ipfw rules everywhere that I already had port 22 also defined.
No router (I took it out til I had things working).
Do I need to do anything in /etc/services, or /etc/xident.d (going from memory, but may have the 2nd name wrong)?
Thanks,
Mike