Fork me on Gitee
摘要: 配置服务器免密码登录 // 生成秘钥 ssh-keygen -t rsa // 将秘钥拷贝到预管理的节点上 ssh-copy-id -i /root/.ssh/id_rsa.pub root@192.168.1.x // 登录远程机器 ssh root@192.168.1.x // 退出远程登录 e 阅读全文
posted @ 2021-01-15 16:04 半空清风送十里桃花红 阅读(311) 评论(0) 推荐(1)