I have centos 8.1.1911 (core)
I can't get opensshd to run. I have dnf.
I removed it dnf remove openssh-server
then reinstalled dnf install openssh-server
systemctl start sshd
job for sshd.service failed for because hte control process exited with error code.
Going through the /var/log/messages log and I see a possible error
I did sshd -t
and got the same error, error is:
Failed to seed from getrandom: Function not implemented
journalctl -xe and systemctl status sshd.service show no other failures
sshd.service main process exited code=exited status=255/n/a Failed to start openssh server daemon
I did dnf remove openssh-server
and tried again, still no luck
Removed /etc/ssh folder
rm -rf /etc/ssh
To wipe away any bad config and tried again. No luck
Care to advise? Does the centos 8.1.1911 just simply have no way to do this yet?
I saw a comment online to try this:
mkdir -p /var/run/sshd
For what I believe for PID file generation but having no luck still.