From: Silvio Rhatto Date: Sun, 21 Nov 2010 22:48:11 +0000 (-0200) Subject: Changing key type to RSA X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=143fb7a0ff118058c831bf9b2959b7f05a10d55d;p=puppet-user.git Changing key type to RSA --- diff --git a/manifests/init.pp b/manifests/init.pp index bdae082..756e163 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -42,7 +42,7 @@ class user { } $real_sshkey_type = $sshkey_type ? { - 'absent' => "ssh-dss", + 'absent' => "ssh-rsa", default => $sshkey_type, }