You can find the SSH configuration file at /etc/ssh/sshd_config
To edit this file, you will need to log into your server through shell as the root user.
To change specific parameters within sshd_config, you need to uncomment the line by removing the number-sign (#) and changing the value for the line. For example, the default SSH port appears in a line like this:
#Port 22
To change the SSH port to 456, you will need to make the line appear like this:
Port 456
After you are finished configuring SSH, you will need to restart the SSH daemon. You can do so by issuing the following command:
/etc/init.d/sshd restart
After you restart SSH, you will need to log out of your server and log in again using the proper user, IP address, and port number you specified in sshd_config.
Recommended Help Content
This article will explain how to change or reset the password for a MySQL user.
How can I change the outgoing SMTP port from 25 to 26?
I need to be able to change the port used by Eudora for incoming or outgoing mail.
Related Help Content
Is SSH/Shell access enabled by default?
What is the difference between a Shared & Dedicated IP? How do I get Port Access? What type of SSL Certificate is right for me?
How to change the name of your WordPress site without WP Tools
How to modify the Exim Port (Mail Transfer Agent) in the WHM
How do I change my contract length?
Explains what is offered through rWHM
Knowledgebase Article
82,683 views
tags:
rWHM
Where do I Change my Mailbox (Size) Quota? How do I Increase or Decrease Mailbox (Storage) Quota?
I cannot connect to my database locally or remotely, do I have the correct server, username and password?