From: Silvio Rhatto Date: Sun, 21 Nov 2010 20:55:54 +0000 (-0200) Subject: Changing key type to RSA for tunnels X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=80c34fb14bd8220eb252c1c6430f1853ea3ec8b1;p=puppet-nodo.git Changing key type to RSA for tunnels --- diff --git a/manifests/subsystems/tunnel.pp b/manifests/subsystems/tunnel.pp index 774ea55..52384f7 100644 --- a/manifests/subsystems/tunnel.pp +++ b/manifests/subsystems/tunnel.pp @@ -21,7 +21,7 @@ class tunnel { # collect all resources from hosted tunnels Tunnel_server_realize <<| tag == "$fqdn" |>> - define setup($ensure = present, $user = $hostname, $host, $localport, $hostport, $sshport = '22', $keytype = 'dsa') { + define setup($ensure = present, $user = $hostname, $host, $localport, $hostport, $sshport = '22', $keytype = 'rsa') { $dir = "/var/backups/remote/$user.$domain" $tag = "backupninja-$fqdn" $ssh_dir = "$dir/.ssh"