This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
openssh-formula
mirror of
https://github.com/saltstack-formulas/openssh-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
27
Wiki
Activity
Browse Source
explicitly set the user, group, and mode to match the package's
sshd_config
tags/v0.41.0
Kenny Do
11 years ago
parent
dc53d0c295
commit
9f70270643
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
+4
-0
openssh/config.sls
+ 4
- 0
openssh/config.sls
View File
@@ -7,6 +7,10 @@ sshd_config:
file.managed:
- name: {{ openssh.sshd_config }}
- source: {{ openssh.sshd_config_src }}
- template: jinja
- user: root
- group: root
- mode: 644
- watch_in:
- service: openssh
Write
Preview
Loading…
Cancel
Save