Resource Type: sshkey
- Defined in:
- core_modules/sshkeys_core/lib/puppet/type/sshkey.rb
- Providers:
-
parsed
Summary
Installs and manages ssh host keys.Overview
By default, this type will install keys into `/etc/ssh/ssh_known_hosts`. To manage ssh keys in a different `known_hosts` file, such as a user's personal `known_hosts`, pass its path to the `target` parameter. See the `ssh_authorized_key` type to manage authorized keys.