From b31179e96310314d35126adf338c553b686c1a81 Mon Sep 17 00:00:00 2001 From: Nathan Manceaux-Panot <2979318+Cykelero@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:40:00 +0200 Subject: [PATCH] Add Retcon instructions to app config FAQ --- APP_CONFIG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/APP_CONFIG.md b/APP_CONFIG.md index 863177a..5de6319 100644 --- a/APP_CONFIG.md +++ b/APP_CONFIG.md @@ -110,6 +110,15 @@ Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist` Log out and log in again before launching Gitkraken. Then enable "Use local SSH agent in GitKraken Preferences (Located under Preferences -> SSH) +## Retcon + +Add this to your `~/.ssh/config` (the path should match the socket path from the setup flow). + +``` +Host * + IdentityAgent /Users/$YOUR_USERNAME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh +``` + # The app I use isn't listed here! If you know how to get it set up, please open a PR for this page and add it! Contributions are very welcome.