diff options
author | Julien Dessaux | 2018-03-11 12:12:39 +0100 |
---|---|---|
committer | Julien Dessaux | 2018-03-11 12:12:39 +0100 |
commit | 0e4512cbbc8f0495dfa89058c916720f4c2d53e2 (patch) | |
tree | c5f07f464106fd6be082e9df0f19eb53989092e4 /services | |
parent | Added centos support (diff) | |
download | masterfiles-0e4512cbbc8f0495dfa89058c916720f4c2d53e2.tar.gz masterfiles-0e4512cbbc8f0495dfa89058c916720f4c2d53e2.tar.bz2 masterfiles-0e4512cbbc8f0495dfa89058c916720f4c2d53e2.zip |
Deploy ssh authorized_keys to all hosts
Diffstat (limited to 'services')
-rw-r--r-- | services/applications/sshd.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/applications/sshd.cf b/services/applications/sshd.cf index b3bfa33..c4448a4 100644 --- a/services/applications/sshd.cf +++ b/services/applications/sshd.cf @@ -1,7 +1,7 @@ bundle agent sshd { files: - freebsd:: + any:: "/root/.ssh/." create => "true", perms => system_owned("700"), |