[Tips] SSH免密登陆

ssh-keygen -t rsa

ssh-copy-id -i ~/.ssh/id_rsa.pub -p [端口号]  "[用户名]@[IP/域名]"
原文地址:https://www.cnblogs.com/immortalBlog/p/14717768.html