From dbdc1b99da862e9f5b1d752760f81f51642b6ff3 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 14 Jun 2023 11:31:51 +0200 Subject: [PATCH] ssh: mkdir for the ssh-agent --- .ssh/rc | 1 + 1 file changed, 1 insertion(+) diff --git a/.ssh/rc b/.ssh/rc index 556f229..eb38e90 100755 --- a/.ssh/rc +++ b/.ssh/rc @@ -1,3 +1,4 @@ if [[ -S "$SSH_AUTH_SOCK" && ! -h "$SSH_AUTH_SOCK" ]]; then + mkdir -p "${XDG_RUNTIME_DIR}/gcr"; ln -sf "$SSH_AUTH_SOCK" "${XDG_RUNTIME_DIR}/gcr/ssh"; fi