diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-08-24 16:24:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-08-24 16:24:42 -0300 |
commit | 02d24d0c82ea88754ebc3cd5467ac8895e5d6d1d (patch) | |
tree | 149fd9a367a79a0944b53e9baa729f0c2bf4ba56 | |
parent | de41002518011b9fbc69d85db791db46cfcc44b2 (diff) | |
download | puppet-sshd-feature/ecdsa.tar.gz puppet-sshd-feature/ecdsa.tar.bz2 |
TODO: how to determine key type?feature/ecdsa
-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, |