Enable sshd in the RedHat Anaconda installer
To enable sshd in anaconda linux installer: (ignore the host key problem error message) Open a shell on the console (e.g. Alt + F4) Get the IP address (ifconfig -a) Start the sshd daemon using the anaconda config sshd -f /etc/ssh/sshd_config.anaconda -D connect using your ssh…