diff options
-rw-r--r-- | manifests/base.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index bb46f05..2c7fc0c 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -20,6 +20,7 @@ class sshd::base { ensure => present, } + # TODO: how to determine key type? @@sshkey{ "${::fqdn}-ecdsa": tag => "fqdn", type => ecdsa-sha2-nistp256, @@ -37,6 +38,7 @@ class sshd::base { ensure => present, } + # TODO: how to determine key type? @@sshkey{ "${::ipaddress}-ecdsa": tag => "ipaddress", type => ecdsa-sha2-nistp256, |