Commit def98000 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: updates name of sshkey request

Openssh (sshd) doesn't want to start with keys generated by dropbear
parent e97d8500
...@@ -54,7 +54,7 @@ mode = 0644 ...@@ -54,7 +54,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in output = ${buildout:directory}/template-runner.cfg.in
md5sum = b3f284ef5b3c60bf4b6a90d4b3116d4c md5sum = c82bdb066b61846f159c2d49a21eb7e9
mode = 0644 mode = 0644
[template-runner-import-script] [template-runner-import-script]
......
...@@ -265,7 +265,7 @@ keygen-binary = ${openssh:location}/bin/ssh-keygen ...@@ -265,7 +265,7 @@ keygen-binary = ${openssh:location}/bin/ssh-keygen
[runner-sshkeys-sshd] [runner-sshkeys-sshd]
<= runner-sshkeys-authority <= runner-sshkeys-authority
recipe = slapos.cookbook:sshkeys_authority.request recipe = slapos.cookbook:sshkeys_authority.request
name = dropbear name = sshd
type = rsa type = rsa
executable = $${runner-sshd-server:output} executable = $${runner-sshd-server:output}
public-key = $${runner-sshd-raw-server:rsa-keyfile}.pub public-key = $${runner-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