(Notes) Solve the problem that the server is configured with a git public key and still needs to enter the password

cd ~.ssh/

chmod 600 authorized_keys

cd ~

chmod 700 -R .ssh

Guess you like

Origin blog.csdn.net/Ruffaim/article/details/113146399