diff --git a/stack/resilient/buildout.cfg b/stack/resilient/buildout.cfg
index 1ae77e383b0b488a1e8e45f68a3ca36b5d445fdd..99adeb973564efe3e65fd2457f93e906f820e7c0 100644
--- a/stack/resilient/buildout.cfg
+++ b/stack/resilient/buildout.cfg
@@ -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]
diff --git a/stack/resilient/instance-pull-backup.cfg.in b/stack/resilient/instance-pull-backup.cfg.in
index 94d09aca67ef2efb08421e97ecf177f14a8e79ab..29db4a2983c00b73964a759f3c0571fa91f14498 100644
--- a/stack/resilient/instance-pull-backup.cfg.in
+++ b/stack/resilient/instance-pull-backup.cfg.in
@@ -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
diff --git a/stack/resilient/pbsready.cfg.in b/stack/resilient/pbsready.cfg.in
index 4f92fc3e48558b2d5e88173b6e62ac31917c1863..b667a5084422db3540507366e5c4f948cc97c3ad 100644
--- a/stack/resilient/pbsready.cfg.in
+++ b/stack/resilient/pbsready.cfg.in
@@ -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