On Wed, Dec 04, 2013 at 02:00:16PM +0100, linux-service.be bvba wrote: > I am not able to get the logs via ssh from client to server anymore. > It use to work earlier. > What is the correct procedure, or can I add a script in the config space
As there's a multitude of possible reasons, the probably best way to find out is to let FAI stop after running (do not use "halt" or "reboot" in FAI_FLAGS), and run "ssh -vvv fai@$faiserver" by hand. (I have seen: disappeared fai account; wrong permissions of .ssh/; missing known_hosts entries (*); ...) (*) Perhaps it'd make sense to run ssh without strict hosts checking? - S
