ENC ssh keys & foreman_users

Hello,
When foreman used as ENC it generates foreman_users class & sshauthorized_keys:

ssh_authorized_keys:

  • ssh-rsa
    foreman_users:

How and when they can be exactly used?

Thank you

Every user can set their SSH keys in their preferences and the SSH keys in the hosts’ ENC are based on the owner (user or group). The intended goal is as a very simple management system. I have an example puppet module and we have provisioning snippets to use it:

That reminds me, I should move that module to theforeman namespace and publish it to the forge.

1 Like

Sometimes the small things don’t happen. It’s now moved to theforeman and pushed on the forge.

1 Like