diff --git a/.ssh/rc b/.ssh/rc
index f782092..556f229 100755
--- a/.ssh/rc
+++ b/.ssh/rc
@@ -1,3 +1,3 @@
 if [[ -S "$SSH_AUTH_SOCK" && ! -h "$SSH_AUTH_SOCK" ]]; then
-  ln -sf "$SSH_AUTH_SOCK" "${XDG_RUNTIME_DIR}/ssh-agent.socket";
+  ln -sf "$SSH_AUTH_SOCK" "${XDG_RUNTIME_DIR}/gcr/ssh";
 fi
diff --git a/.tmux.conf b/.tmux.conf
index e1ca4e7..1d88b6e 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -17,7 +17,7 @@ set-option -g mouse on
 set -g set-clipboard on
 bind-key ] paste-buffer -p
 
-set-environment -g "SSH_AUTH_SOCK" "$XDG_RUNTIME_DIR/ssh-agent.socket"
+set-environment -g "SSH_AUTH_SOCK" "$XDG_RUNTIME_DIR/gcr/ssh"
 set -g update-environment "BUILDCOMMAND GOPACKAGESDRIVER SSH_AUTH_SOCK SSH_CONNECTION"
 set -g default-command zsh
 set -g history-limit 10000