##// END OF EJS Templates
fix(dev-tools): fix SSH port bind on dev version of sshd server
marcink -
Show More
@@ -1282,7 +1282,7 b' dev_tools_ssh_command() {'
1282 --workdir=\"$code_workdir\" \
1282 --workdir=\"$code_workdir\" \
1283 --name=\"$container_name\" \
1283 --name=\"$container_name\" \
1284 --interactive --tty \
1284 --interactive --tty \
1285 --publish $RC_SSH_PORT:$RC_SSH_PORT \
1285 --publish $RC_SSH_PORT:22 \
1286 sshd bash $docker_exec_script"
1286 sshd bash $docker_exec_script"
1287
1287
1288 }
1288 }
@@ -1346,7 +1346,7 b' dev_tools_sshd_command() {'
1346 --workdir=\"$code_workdir\" \
1346 --workdir=\"$code_workdir\" \
1347 --name=\"$container_name\" \
1347 --name=\"$container_name\" \
1348 --detach \
1348 --detach \
1349 --publish $RC_SSH_PORT:$RC_SSH_PORT \
1349 --publish $RC_SSH_PORT:22 \
1350 sshd $docker_exec_script"
1350 sshd $docker_exec_script"
1351
1351
1352 }
1352 }
General Comments 0
You need to be logged in to leave comments. Login now