Skip to content
Snippets Groups Projects
Commit 3407369f authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

start-jupyter: ask if new host keys should be accepted

parent 38531354
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ function open_tunnel () {
"${SJ_USERNAME}@${node}"; then
echo "Please consider updating your local ssh client!"
ssh -o ForwardX11=no \
-o StrictHostKeyChecking=no \
-o StrictHostKeyChecking=ask \
-o ProxyCommand="ssh ${SJ_USERNAME}@${SJ_FRONTEND_HOST} nc ${node} 22" \
-L "${port}:localhost:${port}" \
-Nf \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment