394 B
394 B
| slug |
|---|
| change-ssh-port |
Change SSH Port
VPS > OS
2025-06-08T00:25:53-04:00 Isaac Greene
systemctl status ssh- Enable ssh (even if running)
- Edit the
/etc/ssh/sshd_configfile to uncomment Port 22 to whatever number you want systemctl restart sshYou may need to open your firewall to allow the new port. You can check that the port is open by runningss -ntl
Fin.