Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

服务器设置了SSH密钥登录,但是本地链接还需要输入密码的解决办法 #2

Closed
qufei1993 opened this issue May 15, 2018 · 0 comments

Comments

@qufei1993
Copy link
Owner

修改以下文件权限

chown username: /home/username/.ssh  
chown username: /home/username/.ssh/*  
chmod 700 /home/username/.ssh  
chmod 600 /home/username/.ssh/* 
@qufei1993 qufei1993 changed the title 服务器设置了SSH密钥登录,但还是本地链接还需要输入密码的解决办法 服务器设置了SSH密钥登录,但是本地链接还需要输入密码的解决办法 May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant