Forum: Cfengine Help
Subject: Re: Cfengine key exchange issue
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,20528,20529#msg-20529

You might want to add trustkey => "true"; to your copy_from body like the 
following;


body copy_from example
{
 # .. other settings ..

 trustkey => "true";
}


Another way is to run cf-runagent in interactive mode. When you run 
cf-runagent, unknown server keys are offered to you interactively (as with ssh) 
for you to accept or deny manually.

Cheers,
--Nakarin

_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to