奇怪的是,如果 chmod 为 664,.ssh/authorized_keys 将不起作用?

发布于 2024-11-01 19:38:50 字数 177 浏览 1 评论 0原文

我尝试使用 ssh 设置自动登录,但它不起作用,并且

rw-rw-r--

在服务器上看到该文件,因此它是 664。但是无法自动登录,直到我chmod到600,然后突然就可以自动登录了。有没有要求必须是600才能登录工作?

I was trying to set up automatic log in using ssh, but it didn't work, and saw the file as

rw-rw-r--

on the server, so it is 664. But it can't automatic log in, until I chmod to 600 for it, and then all of a sudden, it can automatic log in. Is there a requirement that says it must be 600 for it to work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

最佳男配角 2024-11-08 19:38:50

644也不错。它只是不能是组和/或其他可写的。

644 is fine too. It just can't be group and/or other writable.

千里故人稀 2024-11-08 19:38:50

在 sshd_config 中设置 StrictModes no 将删除此限制。但不建议这样做。

Setting StrictModes no in sshd_config will remove this restriction. But it's not recommended.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文