Ver código fonte

Merge pull request #62 from llua/patch-1

add OpenBSD to map.jinja
tags/v0.41.0
Forrest 8 anos atrás
pai
commit
6f9c7b7dba
1 arquivos alterados com 7 adições e 0 exclusões
  1. +7
    -0
      openssh/map.jinja

+ 7
- 0
openssh/map.jinja Ver arquivo

@@ -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',
},

Carregando…
Cancelar
Salvar