proxmox-sshd_config
· 135 B · Text
Raw
# Listen on port 79 for external connections
Port 79
# Also listen on port 22, but only on localhost
Port 22
ListenAddress 127.0.0.1:22
1 | # Listen on port 79 for external connections |
2 | Port 79 |
3 | # Also listen on port 22, but only on localhost |
4 | Port 22 |
5 | ListenAddress 127.0.0.1:22 |