cdist/cdist/conf/type/__ssh_dot_ssh/man.rst

48 lines
857 B
ReStructuredText
Raw Normal View History

cdist-type__ssh_dot_ssh(7)
==========================
NAME
----
cdist-type__ssh_dot_ssh - Manage .ssh directory
DESCRIPTION
-----------
Adds or removes .ssh directory to a user home.
This type is being used by __ssh_authorized_keys.
2016-05-20 06:50:56 +00:00
OPTIONAL PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
state
if the directory should be 'present' or 'absent', defaults to 'present'.
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
# Ensure root has ~/.ssh with the right permissions
__ssh_dot_ssh root
2016-05-20 06:50:56 +00:00
# Nico does not need ~/.ssh anymore
__ssh_dot_ssh nico --state absent
SEE ALSO
--------
2016-06-30 13:12:32 +00:00
:strong:`cdist-type__ssh_authorized_keys`\ (7)
AUTHORS
-------
Nico Schottelius <nico-cdist--@--schottelius.org>
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).