Hide Forgot
Description of problem: Booted ovirt-node stateless with kernel option: ssh_pwauth=1 But couldn't ssh into the node. permission denied. Version-Release number of selected component (if applicable): tried node 2.2.2 with stateless patches. 2.2.3 has problem to boot up so don't know yet. How reproducible: boot node with the following kernel option: ssh_pwauth=1 and then try to ssh in from another host. Actual results: Expected results: Additional info:
http://gerrit.ovirt.org/#change,2443
Should we also open the firewall?
firewall is open by default in ovirt$VER-post.ks for ssh
okay, fine
The firewall needs to be open by default since engine uses ssh to issue commands. The Authentication in this case is using ssh keys rather than a password. This option is simply allowing password authentication as well.