Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 756 Bytes

SSH_Keys.rst

File metadata and controls

24 lines (17 loc) · 756 Bytes

HOWTO Set up SSH Authorized Keys

This section provides guidance on managing SSH authorized keys within the SIMP environment.

LDAP Enabled

When enabled, SSH authorized keys are both stored and retrieved directly from LDAP.

See Also: Managing Users with LDAP <Managing LDAP Users>

Without LDAP

If not using LDAP, or in addition to LDAP, SSH authorized keys can be placed in /etc/ssh/local_keys/<USERNAME>. This file location is controlled by the simp/ssh Puppet module and can be changed by setting the ssh::server::conf::authorizedkeysfile parameter in Hiera or your ENC.

See Also: Managing Local/Service Users <local_user_management>