Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To tell the SSH daemon about the certificate add the following configuration lines to the file /etc/ssh/sshd_config. In addition copy the certificate to the specified location. The host sends this certificate to the client to identify itsself as a trusted host.

Code Block
languagebash
titleHostCertificate
### Host certificate
HostCertificate /etc/ssh/ssh_host_rsa_key-cert.pub

...