私钥使用 docker 容器中的卷安装。主机系统 (Windows) 上的权限定义为 -r--r--r--。但是当我运行 compose 文件时出现此错误“'/root/.ssh/id_rsa' 的权限 0755 太开放。”
我还尝试使用将文件上传到 SFTP 服务器的 bash 脚本来更改权限。
chmod 600 /root/.ssh/id_rsa
错误:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
| @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
| Permissions 0755 for '/root/.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.
| Load key "/root/.ssh/id_rsa": bad permissions
| Permission denied (publickey,password).
| --- ERROR: sftp failed (status 255) ---