1CDIST-TYPE__SSH_DOT_SSH(7) cdist CDIST-TYPE__SSH_DOT_SSH(7)
2
3
4
6 cdist-type__ssh_dot_ssh - Manage .ssh directory
7
9 Adds or removes .ssh directory to a user home.
10
11 This type is being used by __ssh_authorized_keys.
12
14 state if the directory should be 'present' or 'absent', defaults to
15 'present'.
16
18 # Ensure root has ~/.ssh with the right permissions
19 __ssh_dot_ssh root
20
21 # Nico does not need ~/.ssh anymore
22 __ssh_dot_ssh nico --state absent
23
25 cdist-type__ssh_authorized_keys(7)
26
28 Nico Schottelius <nico-cdist--@--schottelius.org>
29
31 Copyright (C) 2014 Nico Schottelius. You can redistribute it and/or
32 modify it under the terms of the GNU General Public License as pub‐
33 lished by the Free Software Foundation, either version 3 of the Li‐
34 cense, or (at your option) any later version.
35
37 ungleich GmbH 2020
38
39
40
41
426.9.6 Apr 20, 2021 CDIST-TYPE__SSH_DOT_SSH(7)