ssh-copy-id -i ~/.ssh/mykey.pub user@host

 

复制完成后可以测试:

ssh -i ~/.ssh/mykey user@host

 

相关文章: