SSH Port Change

Hello,

For your security, we recommend that you change the SSH Port of the linux virtual servers you purchased.

 

1) Run the following command.

nano /etc/ssh/sshd_config

2) Locate the following line

#Port 22

3) Remove # and change 22 to your desired port number

4) Restart the sshd service by running the following command.

service sshd restart


Was this article helpful?

mood_bad Dislike 12
mood Like 3
visibility Views: 9766