是这样的
最近在学习用ansible部属K8S
参考网站:https://reurl.cc/vg0ZQA
mgmt 192.168.0.101
node1 192.168.0.102
其中要在mgmt这台输入ssh-copy-id [email protected]把私钥丢过去node1
都会显示access denied
已有
1.passwd root 修改root密码
2.修改sshd_config >>>PermitRootLogin yes
3.重启sshd systemctl restart sshd
也有看到2018的文章说要在sshd_config内新增
AllowUser root
这段
但还是一样
不知道有没有人知道怎解
Ubuntu版本20.04