1、查看系统版本
cat /etc/redhat-release
2、禁止root账号ssh登录
# 查看ssh版本
ssh -V
#修改ssh配置文件
vim /etc/ssh/sshd_config
#禁止root账号ssh登录
PermitRootLogin yes更改为no
添加用户
adduser 名称
# 设置密码
passwd 名称
cat /etc/redhat-release
# 查看ssh版本
ssh -V
#修改ssh配置文件
vim /etc/ssh/sshd_config
#禁止root账号ssh登录
PermitRootLogin yes更改为no
adduser 名称
# 设置密码
passwd 名称
本文标题:Centos7
本文链接:https://www.haomeiwen.com/subject/wiunzftx.html
网友评论