Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 164 Bytes

08配置互信.md

File metadata and controls

9 lines (7 loc) · 164 Bytes

配置互信

配置root用户

ssh-keygen -t rsa -b 2048 -N '' -f ~/.ssh/id_rsa
cat .ssh/id_rsa.pub > ~/.ssh/authorized_keys
chmod -R 600 ~/.ssh