Browse Source

add OpenBSD to map.jinja

tags/v0.41.0
llua 8 years ago
parent
commit
bd8d46d784
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      openssh/map.jinja

+ 7
- 0
openssh/map.jinja View File

@@ -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…
Cancel
Save