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 = ...@@ -41,7 +41,7 @@ eggs =
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/pbsready.cfg.in url = ${:_profile_base_location_}/pbsready.cfg.in
output = ${buildout:directory}/pbsready.cfg output = ${buildout:directory}/pbsready.cfg
md5sum = 1e1bb90f4a919bbceb1a81ae2a1452a1 md5sum = 453c8e9f7af66e27306aa12801864b08
mode = 0644 mode = 0644
[pbsready-import] [pbsready-import]
...@@ -66,7 +66,7 @@ mode = 0644 ...@@ -66,7 +66,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-pull-backup.cfg.in url = ${:_profile_base_location_}/instance-pull-backup.cfg.in
output = ${buildout:directory}/instance-pull-backup.cfg output = ${buildout:directory}/instance-pull-backup.cfg
md5sum = fba98fd740d564525fc3f236662f5d64 md5sum = 098a9c266fe7256455f079af112f9149
mode = 0644 mode = 0644
[template-replicated] [template-replicated]
......
...@@ -222,7 +222,7 @@ keygen-binary = ${openssh:location}/bin/ssh-keygen ...@@ -222,7 +222,7 @@ keygen-binary = ${openssh:location}/bin/ssh-keygen
[sshkeys-openssh] [sshkeys-openssh]
<= sshkeys-authority <= sshkeys-authority
recipe = slapos.cookbook:sshkeys_authority.request recipe = slapos.cookbook:sshkeys_authority.request
name = pbs name = pbs-client
type = rsa type = rsa
executable = $${openssh-client:wrapper-path} executable = $${openssh-client:wrapper-path}
public-key = $${openssh-client:identity-file}.pub public-key = $${openssh-client:identity-file}.pub
......
...@@ -243,7 +243,7 @@ keygen-binary = ${openssh:location}/bin/ssh-keygen ...@@ -243,7 +243,7 @@ keygen-binary = ${openssh:location}/bin/ssh-keygen
[sshkeys-sshd] [sshkeys-sshd]
<= sshkeys-authority <= sshkeys-authority
recipe = slapos.cookbook:sshkeys_authority.request recipe = slapos.cookbook:sshkeys_authority.request
name = dropbear name = sshd
type = rsa type = rsa
executable = $${sshd-server:output} executable = $${sshd-server:output}
public-key = $${sshd-raw-server:rsa-keyfile}.pub 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