We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b50e3 commit f92bf85Copy full SHA for f92bf85
scripts/configure-ssh.sh
@@ -46,7 +46,6 @@ fi
46
47
nohup ssh-agent -D > .ssh-agent-out &
48
eval "$( (tail -f .ssh-agent-out &) | sed '/echo Agent pid/ q')"
49
-rm .ssh-agent-out
50
51
# Ensure that the ssh socket has access the the required keys. Notably needed for the nix daemon (see below)
52
ssh-add "$HOME/.ssh/id_$INPUT_SSH_KEY_FORMAT"
@@ -73,3 +72,6 @@ elif [[ "$RUNNER_OS" == "macOS" ]]; then
73
72
-string "$SSH_AUTH_SOCK" \
74
/Library/LaunchDaemons/org.nixos.nix-daemon.plist
75
fi
+
76
+# cleanup
77
+rm .ssh-agent-out
0 commit comments