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