1 个回答
满意答案

配置免密很简单的3步操作:
ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
发布于:1个月前 (12-19)
我来回答
您需要 登录 后回答此问题!