ssh免密登录失败
摘要:
1、vi/etc/ssh/sshd_config 修改配置允许公钥登录 RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys 2、重启ssh :systemctl restart 阅读全文
posted @ 2022-04-09 19:23 学习写代码呀 阅读(820) 评论(0) 推荐(0) 编辑