This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
openssh-formula
forked from
ExternalMirrors/openssh-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
setup sftp correctly on RedHat-like machines
master
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