70
edits
Changes
no edit summary
sudo yum update -y
Perform a system reboot for any pending updates.
Add write permissions to the log directory, if this issue has not yet been resolved:
sudo chmod a+w /var/log/
Make sure sshd is started and enabled:
sudo systemctl start sshd.service
sudo systemctl enable sshd.service