Knowledgebase
HOW TO: Change SSH Port
Posted by on 20 June 2018 04:22 PM
|
|
How to change ssh port.
nano /etc/ssh/sshd_config
Find the string which defines the port and edit it: # What ports, IPs and protocols we listen for Port 22 Now restart sshd service service sshd restart
Make sure you have a new ssh port opened in your firewall.
Still having issue to change it? Do contact our Support Team HERE. | |
|
Comments (0)