gpasswd[29283]:用户 xxx 已被 root 从 google-sudoers 组中删除
我为 sFTP 添加了用户 xxx。用户使用 SSH 密钥进行身份验证。
一段时间一切正常,突然登录失败。日志显示:
gpasswd[29283]:用户 xxx 被 root 从组 google-sudoers 中删除
没有人删除此用户 xxx。
我可以知道是什么原因造成的以及如何解决它吗?
我不确定是否是因为密钥会被 Google Cloud 自动删除?我试图寻找相关信息,但没有结果。
--- 添加信息: ---
我没有使用操作系统登录。
以下是我设置用户的方法:
生成密钥:ssh-keygen -t rsa -f ~/. ssh/userxxx -C userxxx
复制并保存私钥:sudo cat ~/.ssh/userxxx
复制公钥:sudo cat ~/.ssh/userxxx.pub
使用云控制台添加公钥:Cloud Console >虚拟机>编辑> SSH 密钥
我尝试再次使用控制台添加公钥,它可以短暂工作,但会再次自动删除。
I added a user xxx for sFTP. The user uses SSH keys for authentication.
All works well for a period of time and suddenly the login failed. The log shows:
gpasswd[29283]: user xxx removed by root from group google-sudoers
No one removes this user xxx.
May I know what causes it and how to fix it?
I'm not sure if it is because the keys will be automatically deleted by Google Cloud? I tried to search for relevant information but to no avail.
--- Added Info: ---
I'm not using OS login..
Here is how I setup the user:
Generate key:ssh-keygen -t rsa -f ~/.ssh/userxxx -C userxxx
Copy and save the private key: sudo cat ~/.ssh/userxxx
Copy the public key:sudo cat ~/.ssh/userxxx.pub
Add the public key using the cloud console: Cloud Console > VM > Edit > SSH Keys
I tried to add the public key using the console again, it works briefly but it is removed automatically again.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论