Commit aeade249 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slaprunner: Allow port forwarding for default ssh

parent b5b18a4e
......@@ -54,7 +54,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in
md5sum = c48384a3f380b4fffafe8fc372b95435
md5sum = 3bac078d89d6a256f01a4f2104ec7e0f
mode = 0644
[template-runner-import-script]
......
......@@ -237,6 +237,7 @@ home = $${buildout:directory}
wrapper = $${directory:bin}/runner_sshd
shell = ${bash:location}/bin/bash
rsa-keyfile = $${directory:ssh}/server_key.rsa
allow-port-forwarding = true
dropbear-binary = ${dropbear:location}/sbin/dropbear
[sshkeys-dropbear-runner]
......
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