Skip to content
Snippets Groups Projects
Commit 84fb897a authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Configure ssh-agent socket in wsl piped from windows on compi

parent 047e9486
Branches master
No related tags found
No related merge requests found
......@@ -111,3 +111,7 @@ fi
if [ "${ENVRCD_USER}" == "rda" ] && [ "${HOSTNAME}" == "rda" ] && [ "${USER}" == "maedersv" ]; then
eval $(keychain --nogui --eval --ignore-missing --noinherit --quiet --noask --agents ssh,gpg --quick id_ed25519 id_rsa 8F3FB7BD7A6BF71D)
fi
# configure ssh-agent socket in wsl piped from windows
if [ "${ENVRCD_USER}" == "rda" ] && [ "${HOSTNAME}" == "compi" ] && [ "${USER}" == "rda" ]; then
export SSH_AUTH_SOCK=$HOME/.ssh/agent.sock
fi
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