摘要:
Add the following snippet at the bottom of ~/.zshrc file. 阅读全文
摘要:
命令:ssh-keygen -- 生成id_rsa 命令:cp id_rsa.pub /home/用户名/.ssh --拷贝文件 命令:cat id_rsa.pub >> authorized_keys -- 复制内容到authorized_keys 命令:sudo chmod 600 author 阅读全文