cdist-type__ssh_authorized_key(7)

Aurélien Bondis - aurelien.bondis AT gmail DOT com


Table of Contents

1. NAME
2. DESCRIPTION
3. REQUIRED PARAMETERS
4. OPTIONAL PARAMETERS
5. EXAMPLES
6. SEE ALSO
7. COPYING

1. NAME

cdist-type__ssh_authorized_key - Sends a user’s public key to another user’s authorized_keys

2. DESCRIPTION

This type sends a rsa key. By default uses root’s key and sends it to root’s authorized_keys

3. REQUIRED PARAMETERS

None.

4. OPTIONAL PARAMETERS

srcuser
the user to take the rsa public key from
dstuser
the user to give the rsa public key to

5. EXAMPLES

#deploy root's public key
__ssh_authorized_key admin
#deploy bob's public key to alice's authorized_keys
__ssh_authorized_key --srcuser bob --dstuser alice

6. SEE ALSO

  • cdist-type(7)

7. COPYING

Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).