Forum: Cfengine Help Subject: Re: Cfengine Help: Cannot copy files to remote host Author: scottdob Link to topic: https://cfengine.com/forum/read.php?3,22342,22343#msg-22343
secure_cp does not have a trustkey promise. It sounds like your hosts are having issues exchanging keys here is the copy body we use for secure copies body copy_from mycopy(from,server) { servers => {"$(server)"}; source => "$(from)"; compare => "digest"; copy_backup => "true"; trustkey => "true"; } _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine