-
-
Save maliMirkec/e2dd5241dc64364d0c547b5ab9435630 to your computer and use it in GitHub Desktop.
Update ssh port
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# replace 22 with desired port number, save and exit | |
mcedit /etc/ssh/sshd_config | |
# restart ssh service | |
service ssh restart | |
# go to vestacp admin, firewall and edit ssh port |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment