Change Default SSH port on CentOS

This Article describes how to change SSH port on CentOS VPS or dedicated server. By default standerd SSH port is 22.

STEP1
Edit SSH configuration file.
#nano /etc/ssh/sshd_config

STEP2
Add the follwong code to /etc/ssh/sshd_config file

#SSH PORT 
Port 3456

Save the file and restart the SSH service by running the following command
# service sshd restart

NOTE: Make sure open the port from firewall before restart the service.


  • 0 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

How to install VestaCP free control panel on y our VPS

The Vesta Control Panel is a free, open source website control panel with website, email,...

How To Log Into your Linux VPS with PuTTY from Windows Computer/Laptop

After purchased a VPS (Virtual Private Server) you are probably seek to log in to your VPS. Let...

Install VNC server and Centos desktop gui - openvz vps through ssh

How to Install VNC server and Linux Desktop GUI on CentOS6 openvz vpsVNC protocall is used to...

How to change Hostname in CentOS

This artcle describe the way to change hostname of CentOS vertual server. Step1. Open...