mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-12-01 02:31:19 +01:00
commit
6f9c7b7dba
@ -21,6 +21,10 @@ that differ from whats in defaults.yaml
|
|||||||
'dig_pkg': 'bind-tools',
|
'dig_pkg': 'bind-tools',
|
||||||
'root_group': 'wheel',
|
'root_group': 'wheel',
|
||||||
},
|
},
|
||||||
|
'OpenBSD': {
|
||||||
|
'service': 'sshd',
|
||||||
|
'root_group': 'wheel',
|
||||||
|
},
|
||||||
'Gentoo': {
|
'Gentoo': {
|
||||||
'server': 'net-misc/openssh',
|
'server': 'net-misc/openssh',
|
||||||
'client': 'net-misc/openssh',
|
'client': 'net-misc/openssh',
|
||||||
@ -59,6 +63,9 @@ that differ from whats in defaults.yaml
|
|||||||
'FreeBSD': {
|
'FreeBSD': {
|
||||||
'Subsystem': 'sftp /usr/libexec/sftp-server',
|
'Subsystem': 'sftp /usr/libexec/sftp-server',
|
||||||
},
|
},
|
||||||
|
'OpenBSD': {
|
||||||
|
'Subsystem': 'sftp /usr/libexec/sftp-server',
|
||||||
|
},
|
||||||
'Suse': {
|
'Suse': {
|
||||||
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user