>>>>> On Thu, 09 Oct 2014 19:31:25 +0200, [email protected] said:
> at the end of an installation - when the logs are copied to the
> install-server -
> fai@.... asks for a password. Why?
Normally fai-setup does everything for you. But you can do following things:
ssh-keyscan installserver > /srv/fai/nfsroot/root/.ssh/known_hosts
ssh-keyscan IP-of-installserver >> /srv/fai/nfsroot/root/.ssh/known_hosts
Then the host key is already know inside the nfsroot.
cp ~fai/.ssh/id* /srv/fai/nfsroot/root/.ssh
This is for not asking the pw.
--
regards Thomas