Each build of Laika (cnc, bot && shell) is tied to a 'central keypair.' This keypair is used by the cnc server to authenticate themselves with each bot. The keypair is defined as a macro in lib/include/lconfig.h.in.
There is a default keypair used for testing/"first build" purposes. They're defined as
These keypairs will then need to be passed back to cmake, you'll need to re-build the whole target using these keys. Start by cleaning the build and output directories.
$ rm -rf bin build
Now re-build Laika, but passing your keypair to cmake