… which is quite obviously ridiculous.
Here’s a quick fix to restore public key login functionality without disabling SELinux:
# restorecon -R -v ~/.ssh
Also remember to enforce the right permissions.
# chmod 700 ~/.ssh # chmod 600 ~/.ssh/*
… which is quite obviously ridiculous.
Here’s a quick fix to restore public key login functionality without disabling SELinux:
# restorecon -R -v ~/.ssh
Also remember to enforce the right permissions.
# chmod 700 ~/.ssh # chmod 600 ~/.ssh/*