| Summary: | Fix gssapi-with-mic support when is set to PermitRootLogin without-password | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Simon Lundström <simlu> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | major | CC: | djm | ||||
| Priority: | P5 | ||||||
| Version: | 7.0p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2443 | ||||||
| Attachments: |
|
||||||
Also, forgot to mention: Thanks to Mantas Mikulėnas aka grawity in #kerberos on freenode with help in debugging this issue! This was separately reported and fixed in OpenSSH 7.1. Close all resolved bugs after release of OpenSSH 7.7. |
Created attachment 2684 [details] Patch for issue Previous commit making PermitRootLogin use a black- instead of a whitelist failed to check the return value of strcmp. Tested on ArchLinux.