摘要:
在启动时进入安全模式,这时是用root登录的,执行: chmod 740 /etc/sudoers 然后打开/etc/sudoers这个文件,把最后一行: # User privilege specification root ALL=(ALL:ALL) ALL # Allow members of 阅读全文
摘要:
1. 制作秘钥对 首先登录到服务器后,在命令行输入命令: 出现提示一路回车到底即可,会生成2个文件,id_rsa(私钥) 和 id_rsa.pub(公钥) ssh-keygen 2. 在服务器上安装公钥 在命令行输入一下命令确保公钥能够成功安装: cd ~/.ssh cat id_rsa.pub > 阅读全文