creating two ssh ports 2025-04-11 What would be the proper syntax in the sshd_config file to create 2 ssh ports? Would you simply seperate the differen ports with a comma like: Port 22,23 Or something else? Thanks,