HOWTO.ssh-keycat 456 B

12345678910111213
  1. The ssh-keycat retrieves the content of the ~/.ssh/authorized_keys
  2. of an user in any environment. This includes environments with
  3. polyinstantiation of home directories and SELinux MLS policy enabled.
  4. To use ssh-keycat, set these options in /etc/ssh/sshd_config file:
  5. AuthorizedKeysCommand /usr/libexec/openssh/ssh-keycat
  6. AuthorizedKeysCommandUser root
  7. Do not forget to enable public key authentication:
  8. PubkeyAuthentication yes