Skip to content

Commit

Permalink
fix: fix ssh auth sock (#7885)
Browse files Browse the repository at this point in the history
Copypasting is not your friend
  • Loading branch information
Thunkar authored Aug 9, 2024
1 parent 27f15ae commit c3292d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aztec-up/bin/.aztec-run
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if [[ -z "${SKIP_PORT_ASSIGNMENT:-}" ]]; then
fi

ssh_agent_forwarding=""
if [ -n "${!env:-}" ]; then
if [ -n "${SSH_AUTH_SOCK:-}" ]; then
ssh_agent_forwarding="-v $(realpath $SSH_AUTH_SOCK):$SSH_AUTH_SOCK"
fi

Expand Down

0 comments on commit c3292d7

Please sign in to comment.