2020年5月26日

SSH免密登录

摘要: 1. ssh-keygen -t dsa -f ~/.ssh/id_dsa -P "" 2. ssh-copy-id -i ~/.ssh/id_dsa.pub root@master2 3. scp ~/.ssh/id_dsa root@master2:/root/.ssh 重复2,3步骤到其他机器 阅读全文

posted @ 2020-05-26 15:55 jmbkeyes 阅读(131) 评论(0) 推荐(0)

导航