#61 filename wrong for private and global ssh known hosts files.
Opened 3 years ago by sampsonf. Modified 3 years ago

URL to main section:
https://docs.fedoraproject.org/en-US/fedora/f33/system-administrators-guide/infrastructure-services/OpenSSH/#sec-Using_OpenSSH_Certificate_Authentication

"Distributing and Trusting SSH CA Public Keys"
==Wrong text ==
For remote user authentication, CA keys can be marked as trusted per-user in the ~/.ssh/authorized_keys file using the cert-authority directive or for global use by means of the TrustedUserCAKeys directive in the /etc/ssh/sshd_config file. For remote host authentication, CA keys can be marked as trusted globally in the /etc/ssh/known_hosts file or per-user in the ~/.ssh/ssh_known_hosts file.

== Corrections needed ==
per-user file should be ~/.ssh/known_hosts
global file should be /etc/ssh/ssh_known_hosts


Login to comment on this ticket.

Metadata