[MEDIUM] Cortex (10.1.11.9) SSH PasswordAuthentication defaults to yes #39
Labels
No labels
area:documentation
area:infrastructure
area:network
area:security
priority:critical
priority:high
priority:low
priority:medium
status:blocked
type:bug
type:deployment
type:enhancement
type:investigation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
reinitialized.net/infrastructure#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
On cortex (10.1.11.9), the SSH daemon has PasswordAuthentication yes as the effective setting. PermitRootLogin is correctly set to without-password (pubkey only for root), but non-root users can still authenticate with passwords.
Finding Details
Risk
Password authentication is vulnerable to brute-force attacks. Other NixOS-managed hosts (apps1-3, db1) have OpenSSH 10.2 which defaults to PasswordAuthentication no. Cortex runs Fedora with an older default.
Recommendations
References