Commit ac2465c6 authored by Nicolas Wavrant's avatar Nicolas Wavrant

resilient: forces generation of new rsa key for ssh server and client since migration to openssh

parent 679ffe9d
......@@ -41,7 +41,7 @@ eggs =
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/pbsready.cfg.in
output = ${buildout:directory}/pbsready.cfg
md5sum = 1e1bb90f4a919bbceb1a81ae2a1452a1
md5sum = 453c8e9f7af66e27306aa12801864b08
mode = 0644
[pbsready-import]
......@@ -66,7 +66,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-pull-backup.cfg.in
output = ${buildout:directory}/instance-pull-backup.cfg
md5sum = fba98fd740d564525fc3f236662f5d64
md5sum = 098a9c266fe7256455f079af112f9149
mode = 0644
[template-replicated]
......
......@@ -222,7 +222,7 @@ keygen-binary = ${openssh:location}/bin/ssh-keygen
[sshkeys-openssh]
<= sshkeys-authority
recipe = slapos.cookbook:sshkeys_authority.request
name = pbs
name = pbs-client
type = rsa
executable = $${openssh-client:wrapper-path}
public-key = $${openssh-client:identity-file}.pub
......
......@@ -243,7 +243,7 @@ keygen-binary = ${openssh:location}/bin/ssh-keygen
[sshkeys-sshd]
<= sshkeys-authority
recipe = slapos.cookbook:sshkeys_authority.request
name = dropbear
name = sshd
type = rsa
executable = $${sshd-server:output}
public-key = $${sshd-raw-server:rsa-keyfile}.pub
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment