"Luke Kearney" <lukek at meibin.net> writes:
> I'm sorry if this seems like a silly question but can sshd be configured to
> listen on multiple ports at the same time ? eg port22 and port 222 ?
It can.
You can use multiple command-line options for sshd(8) ("-p") or
"ListenAddress" items in sshd_config(5).