Você pode executar sshd
usando inetd
(e opcionalmente tcpd
) em quantas portas desejar com o seguinte inetd.conf
:
10000 stream tcp nowait root /usr/sbin/tcpd sshd -i
10001 stream tcp nowait root /usr/sbin/tcpd sshd -i
10002 stream tcp nowait root /usr/sbin/tcpd sshd -i
...
Você também deve ler as advertências em sshd -i
em o manual do sshd .