当前位置: 技术问答>linux和unix
ssh密钥登陆后的公钥文件路径有问题
来源: 互联网 发布时间:2017-05-21
本文导语: 我用ssh 设置 密钥登陆 ,不允许密码登陆 系统2个帐号 一个 aaa, 一个root 要将 aaa的 id_rsa.pub上传到home/aaa/.ssh/authorized_keys文件中 ssh root@localhost 'mkdir -p .ssh && chmod 700 .ssh && cat >> .ssh/authorized_keys'
我用ssh 设置 密钥登陆 ,不允许密码登陆
系统2个帐号 一个 aaa, 一个root
要将 aaa的 id_rsa.pub上传到home/aaa/.ssh/authorized_keys文件中
系统2个帐号 一个 aaa, 一个root
要将 aaa的 id_rsa.pub上传到home/aaa/.ssh/authorized_keys文件中
ssh root@localhost 'mkdir -p .ssh && chmod 700 .ssh && cat >> .ssh/authorized_keys'