美文网首页
ssh连接远程 key文件权限

ssh连接远程 key文件权限

作者: PengboGai | 来源:发表于2018-12-14 11:39 被阅读0次
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @ WARNING: UNPROTECTED PRIVATE KEY @ 
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    Permissions 0664 for '/home/xxxx/.ssh/id_rsa' are too open.
    It is required that your private key files are NOT accessible by others.
    This private key will be ignored.
    bad permissions: ignore key: /home/xxxx/.ssh/id_rsa
    

    ssh 要求key的权限不能太大,否则不能使用

    必须把key把权限改成600

    chmod 600 /home/yourname/.ssh/*

    相关文章

      网友评论

          本文标题:ssh连接远程 key文件权限

          本文链接:https://www.haomeiwen.com/subject/hpiwhqtx.html