编辑ssh 配置文件
vi /etc/ssh/sshd_config
添加以下内容
PermitRootLogin yes PasswordAuthentication yes
:qw 保存并重启 ssh 服务
systemctl restart sshd
编辑ssh 配置文件
vi /etc/ssh/sshd_config
PermitRootLogin yes PasswordAuthentication yes
:qw 保存并重启 ssh 服务
systemctl restart sshd
发表评论