...
To enable certificate based login on a host, its public rsa key needs to be singed by the CA authority. TO To do so copy the public rsa key 'ssh_host_rsa_key.pub'
to the CA, signed it and copy the certificate back to the host. The resulting certificate is called 'ssh_host_rsa_key-cert.pub
'
. The instructions how to singed a hosts public key can be found here.
...