赞
踩
案例 有 服务器A和服务器B 现在 服务器A想要通过SSH免密钥登陆服务器B
ssh-copy-id -i ~/.ssh/id_rsa.pub root@服务器B的ip #注意 -i 后面写的是密钥的绝对路径 不要写错
ssh 192.168.95.128