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
setup sftp correctly on RedHat-like machines
tags/v0.41.0
Eric Cook
8 years ago
parent
b9689cedff
commit
f4ea96f9c1
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
@@ -73,6 +73,9 @@ that differ from whats in defaults.yaml
'Arch': {
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
},
'RedHat': {
'Subsystem': 'sftp /usr/libexec/openssh/sftp-server',
},
'default': {}
}
, grain="os_family"
Write
Preview
Loading…
Cancel
Save