add OpenBSD to map.jinja
This commit is contained in:
parent
f7c84783f0
commit
bd8d46d784
@ -21,6 +21,10 @@ that differ from whats in defaults.yaml
|
||||
'dig_pkg': 'bind-tools',
|
||||
'root_group': 'wheel',
|
||||
},
|
||||
'OpenBSD': {
|
||||
'service': 'sshd',
|
||||
'root_group': 'wheel',
|
||||
},
|
||||
'Gentoo': {
|
||||
'server': 'net-misc/openssh',
|
||||
'client': 'net-misc/openssh',
|
||||
@ -59,6 +63,9 @@ that differ from whats in defaults.yaml
|
||||
'FreeBSD': {
|
||||
'Subsystem': 'sftp /usr/libexec/sftp-server',
|
||||
},
|
||||
'OpenBSD': {
|
||||
'Subsystem': 'sftp /usr/libexec/sftp-server',
|
||||
},
|
||||
'Suse': {
|
||||
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user