cdist-type__ssh_dot_ssh(7)


Table of Contents

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

1. NAME

cdist-type__ssh_dot_ssh - Manage .ssh directory

2. DESCRIPTION

Adds or removes .ssh directory to a user home.

This type is being used by __ssh_authorized_keys.

3. OPTIONAL PARAMETERS

state
if the given keys should be present or absent, defaults to present.

4. BOOLEAN PARAMETERS

noparent
don’t create or change ownership and permissions of the directory containing the authorized_keys file

5. EXAMPLES

# add your ssh key to remote root's authorized_keys file
__ssh_dot_ssh root

__ssh_dot_ssh root --state absent

6. SEE ALSO

7. COPYING

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