VSCode Remote SSH 免密登陆
cat id_rsa.pub >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
chmod 700 ~/.ssh
service sshd restart
Enjoy Reading This Article?
Here are some more articles you might like to read next:
cat id_rsa.pub >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
chmod 700 ~/.ssh
service sshd restart
Here are some more articles you might like to read next: