logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__ssh_dot_ssh - Manage .ssh directory

Authors

Nico Schottelius <nico-cdist--@--schottelius.org>

Copying

Copyright (C) 2014 Nico Schottelius. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Description

Adds or removes .ssh directory to a user home. This type is being used by __ssh_authorized_keys.

Examples

# Ensure root has ~/.ssh with the right permissions __ssh_dot_ssh root # Nico does not need ~/.ssh anymore __ssh_dot_ssh nico --state absent

Name

cdist-type__ssh_dot_ssh - Manage .ssh directory

Optional Parameters

state if the directory should be 'present' or 'absent', defaults to 'present'.

See Also

cdist-type__ssh_authorized_keys(7)

See Also