How to disable SSH Root Login on Centos 7

To disable SSH login by Root account

Open SSH config:

# vi /etc/ssh/sshd_config

Fin line:

#PermitRootLogin no

and remove #  =>save config file :

PermitRootLogin no

Then restart SSH service:

# service sshd restart

That all!

if you want enable root login SSH you open sshd_config file and find line PermitRootLogin no   and add # to this line: #PermitRootLogin no  or PermitRootLogin yes

If you want use other account to ssh you can list account name in sshd_config:

AllowUsers user_name1 user_name2

Giới thiệu honest 237 bài viết
Mình lập blog này với mục đích lưu lại + chia sẻ các các kiến thức mình đã biết hoặc đang tìm hiểu. Cơ bản giúp ích cho mình :) Nhưng hy vọng sẽ mang lại sự khởi đầu thuận lợi cho người mới bắt đầu!