How to add multiple port listen SSH on FreeBSD
The way to do is:
1) Edit sshd config “/etc/ssh/sshd_config”
vi /etc/ssh/sshd_config |
2) Uncomment the line “# Port 22” and add new lines according to how many listener ports you wants to be available for the SSH service on your machine.
(more…)