We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25620e4 commit 08fcc5dCopy full SHA for 08fcc5d
manifests/plugin/remote_execution/ssh.pp
@@ -69,7 +69,7 @@
69
mode => '0700',
70
}
71
-> exec { 'generate_ssh_key':
72
- command => "${ssh_keygen} -f ${ssh_identity_path} -N ''",
+ command => "${ssh_keygen} -f ${ssh_identity_path} -N '' -m pem",
73
user => $foreman_proxy::user,
74
cwd => $ssh_identity_dir,
75
creates => $ssh_identity_path,
0 commit comments