Displaying 1 result from an estimated 1 matches for "_ovirt_devel".
Did you mean:
_ovirt_dev
2009 Sep 07
0
ssh access on the ovirt-node
...s
save
EOF
else
echo "Building in production mode, locking root account"
passwd -l root
fi
[...]
</node-image/common-post.ks >
What is the best way to disable the EmptyPasswords on the ovirt-node ? I
didn't understand where I can redifined the %{release}. I try to put
_ovirt_devel= 1 in the Makefile.am but it does nothing.
Is it really wanted to add a ssh root access with an empty password ? Some
weeks ago, the authenticated keys were the only way to log in via ssh, and
that was fiting my needs...
Perhaps we can change this behaviour by touching a file
yes_i_really_wa...