ssh-copy-id -i ~/.ssh/id_rsa.pub 远程主机用户名@远程主机的IP地址
可以简写
ssh-copy-id -i 远程主机用户名@远程主机的IP地址
“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” – Tom Cargill
标 题:SSH免密钥登录