diff --git a/modules/ssh/manifests/server/config.pp b/modules/ssh/manifests/server/config.pp index b14361f..9c9d5e6 100644 --- a/modules/ssh/manifests/server/config.pp +++ b/modules/ssh/manifests/server/config.pp @@ -9,7 +9,7 @@ exec { "sshkeygen": path => "/bin:/usr/bin", unless => "cat /home/${::kala_user}/.ssh/id_rsa.pub", - command => "sudo -u ${::kala_user} ssh-keygen", + command => "sudo -u ${::kala_user} ssh-keygen -b 1024 -N \'\' -f /home/${::kala_user}/.ssh/id_rsa -t rsa -q", require => Class["ssh::server::install"], notify => Class["ssh::server::service"], }