From: mh Date: Tue, 10 Jun 2014 17:41:50 +0000 (+0200) Subject: Openbsd also does not yet have it X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f19d1718b4842c3fe58dd877eb7efbdae8817b1f;p=puppet-sshd.git Openbsd also does not yet have it --- diff --git a/manifests/init.pp b/manifests/init.pp index 4889035..5a38293 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,6 +37,7 @@ class sshd( 6 => '%h/.ssh/authorized_keys', default => '%h/.ssh/authorized_keys %h/.ssh/authorized_keys2', }, + OpenBSD => '%h/.ssh/authorized_keys', default => '%h/.ssh/authorized_keys %h/.ssh/authorized_keys2', }, $hardened_ssl = 'no',