sudo -i
系统会提示输入两次新设置的密码。
5.修改允许远程密码登录服务器。
vi /etc/ssh/sshd_config
打开文件后先搜索PermitRootLogin 把值设置为 yes,然后找到PasswordAuthentication 把值设置为 yes.
注意如果搜索不到PermitRootLogin可在PasswordAuthentication下手动添加此配置。
① 输入ip地址
② 验证方式选password 用户名为root 密码为上面设置的密码
③连接成功。