Forum: Cfengine Help Subject: Cfengine key exchange issue Author: kenneho Link to topic: https://cfengine.com/forum/read.php?3,20528,20528#msg-20528
Hi all. I'm having an issue with key exchange between my cfengine master and client, both running version 3.1.2 community edition. On the master I'm running "cf-serverd --verbose --no-fork", and on the client I'm running "cf-agent --bootstrap --verbose", and I've pasted the relevant output here: http://goo.gl/HWas8 On both machines I've run "cf-key" to generate the key pair. This is the content of the cf-serverd.cf file: --- output start --- # cat cf-serverd.cf body server control { trustkeysfrom => { "1.2.3.196" }; allowconnects => { "1.2.3.196" }; maxconnections => "10"; logallconnections => "true"; } bundle server access_rules { access: "/srv/cf-serverd": admit => {"1.2.3.196"}; } --- output stop --- Does anyone see any obvious reasons why the key exchange is not working? Any advice is appreciated. Best regards, kenneho _______________________________________________ Help-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/help-cfengine
