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 0848776 commit 96b50e3Copy full SHA for 96b50e3
scripts/configure-ssh.sh
@@ -46,6 +46,7 @@ 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"
0 commit comments