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
fix Subsystem directive on archlinux
tags/v0.41.0
Eric Cook
8 years ago
parent
8c1d02f249
commit
51fd8b1391
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
+3
-0
openssh/map.jinja
+ 3
- 0
openssh/map.jinja
View File
@@ -70,6 +70,9 @@ that differ from whats in defaults.yaml
'Suse': {
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
},
'Arch': {
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
},
'default': {}
}
, grain="os_family"
Write
Preview
Loading…
Cancel
Save