SSH authorized_keys permission denied on Fedora until SELinux labels were reloaded

Ran into this on February 14th, 2022 where I couldn't authenticate to localhost with public keys on Fedora. Setting up: # /etc/systemd/system/sshd.service.d/override.conf [Service] ExecStart= ExecStart=/usr/sbin/sshd -D $OPTIONS -d ..and restarting …
Read more →

Upgrading Fedora from the CLI

Make sure the system is fully up to date: dnf --refresh upgrade Download the updated packages: dnf system-upgrade download --refresh --releasever=39 (replace with the current version as applicable) Trigger the upgrade process (will immediately reboo…
Read more →