一顿回车生成公钥后,用git拉代码还是需要输入密码
原因比较简单,在于.ssh 文件夹 及 authorized_keys文件的权限问题,全部修改为 700 即可,用下面命令
chmod -R 700 ~/.ssh