Changing default SSH port in OpenSSH

Most servers will retain the default SSH port number as 22. However, in some cases, this may be changed by administrators as a security enhancement. If you wish to change the SSH port to an alternate number, one way of doing so is by using OpenSSH.

How to Change the Default SSH Port in OpenSSH

The process involves locating the server SSH configuration file and amending the port number within that file.

Changing default SSH port in OpenSSH, How to Change the Default SSH Port in OpenSSH

  • Step 1. Connect to your server as a root user and open the SSH configuration file for editing. The command you use will vary depending on the text editor used. For this example, we’ll be using Vi. Enter the following command:

$ vi /etc/ssh/sshd_config

  • Step 2. Search for the line which specifies your SSH port number, then change the port to a preferred number and remove the # to uncomment the line. Bear in mind that the new port must be opened by the server’s firewall. If it isn’t, connecting to the server via SSH would be impossible. Remember to save the file before exiting.
  • Step 3. Once the port number has been changed the SSH service needs to be restarted for those changes to take effect. To restart the service:

For CentOS/Fedora: “service sshd restart”

For Debian/Ubuntu: “service ssh restart”

A message should appear indicating that the SSH service was stopped and restarted correctly.

  • Step 4. Verify that the port number change has taken effect by entering the following command:

ps aux | grep sshd

You should see a message indicating the SSH status as well as the new port number for which it is listening to connections.

Was this helpful?

What’s your goal today?

1. Find the right Web hosting solution

If you’re looking for industry-leading speed, ease of use and reliability Try ScalaHosting with an unconditional money-back guarantee.

2. Make your website lighting fast

We guarantee to make your WordPress site load in less than 2 seconds on a managed VPS with ScalaHosting or give your money back. Fill out the form, and we’ll be in touch.

Please enter a valid name
Please enter a valid website
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

3. Streamline your clients’ hosting experience

If you’re a web studio or development agency hosting more than 30 websites, schedule a call with Vlad, our co-founder and CTO, and see how we can deliver unmatched value to both your business and your clients.

Photo

Need a custom cluster or professional advice?

Book a meeting and get a free 30-minute consultation with Vlad, co-founder & CTO of Scala Hosting, who will help you select, design and build the right solution - from a single data center cluster to a multi-region & multi-datacenter high availability cluster with hundreds of servers.

Book a free consultation

4. Learn how to grow your website in 2024

An all-star team of SEO and web influencers are sharing their secret knowledge for the first time in years. Learn about the future of SEO, Web Design best practices and the secrets to getting the foundation for your website to thrive. Watch the exclusive webinar.

An Exclusive Insiders Look Behind The SEO and Web Development Curtain

Rado
Author

Working in the web hosting industry for over 13 years, Rado has inevitably got some insight into the industry. A digital marketer by education, Rado is always putting himself in the client's shoes, trying to see what's best for THEM first. A man of the fine detail, you can often find him spending 10+ minutes wondering over a missing comma or slightly skewed design.