How to change default SSH port on OpenSSH? Login to you SSH, SSH into your server as the root user. ssh root@ -p 2200 2. You can find the OpenSSH config file at /etc/ssh/sshd_config 3. You need to edit the file "sshd_config" ( Make sure you have logged in with the root access. ) Locate the Line with has "# Port 22" Change the number part to some other number you want to have. After…