| Summary: | For Raspberry Pi 4, 64-bit, OpenSSH password authentication doesn't work for root | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Sam <lists1> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED MOVED | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2024.02.1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Sam
2024-05-09 22:11:49 UTC
diff -u /etc/ssh/sshd_config_orig /etc/ssh/sshd_config --- /etc/ssh/sshd_config_orig +++ /etc/ssh/sshd_config @@ -29,7 +29,7 @@ # Authentication: #LoginGraceTime 2m -#PermitRootLogin prohibit-password +PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 #MaxSessions 10 Thank you, this fixes the issue. I'm surprised though, because on failure, I got this message: ``` root@buildroot: Permission denied (publickey,password,keyboard-interactive). ``` which means that password was tried. I probably misunderstood the error message in ssh. Apologies for the false alarm. Though I have to say that the default not accepting a password can be a problem, since this is a simple system. Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
|