How to change your SSH port
Please follow the steps listed below as-is nano /etc/ssh/sshd_config Find, the line line which states ‘Port 22’. Make sure that you pick a port which is currently not used on the system. Change it to reflect the following and replace with your desired SSH port. Port <SSH port Here> Save the file and then, service […]
