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

start-jupyter: create ~/.ssh if it doesn't exist already

parent a010ed0f
No related branches found
No related tags found
No related merge requests found
......@@ -340,6 +340,7 @@ function main () {
echo "Establishing ssh master connection."
# Set up control master for connection sharing
mkdir -p "${HOME}/.ssh"
ssh_socket_dir="$(mktemp -d "${HOME}/.ssh/socket.XXXXX")"
ssh_frontend "" "-MNf"
......
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