#. 1. 修改core用户密码
$. sudo passwd core
# 2. 修改sshd配置
$. sudo vi /etc/ssh/sshd_config
# 修改相应字段为如下内容:
PasswordAuthentication yes
# 3. 重启sshd服务
$. sudo systemctl restart sshd.service
$. systemctl status sshd.service
# 4. 接下来就可以用xshell等工具远程登录rhcos机器了
RHCOS设置允许远程登录
于 2023-01-11 17:16:25 首次发布