From 88b7ef82dabd78fb21318c854e43a3dfa0d2864d Mon Sep 17 00:00:00 2001 From: Jon Tingvold Date: Tue, 19 Oct 2021 05:14:29 +0200 Subject: [PATCH] Update APP_CONFIG.md with configuration for Cyberduck (#243) --- APP_CONFIG.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/APP_CONFIG.md b/APP_CONFIG.md index eb85007..e141d3e 100644 --- a/APP_CONFIG.md +++ b/APP_CONFIG.md @@ -26,8 +26,33 @@ Host * IdentityAgent /Users/$YOUR_USERNAME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh ``` +## Cyberduck + +Add this to `~/Library/LaunchAgents/com.maxgoedjen.Secretive.SecretAgent.plist` + +``` + + + + + Label + link-ssh-auth-sock + ProgramArguments + + /bin/sh + -c + /bin/ln -sf $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh $SSH_AUTH_SOCK + + RunAtLoad + + + +``` + +Log out and log in again before launching Cyberduck. + # 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. -If you're not able to get it working, please file a [GitHub issue](https://github.com/maxgoedjen/secretive/issues/new) for it. No guarantees we'll be able to get it working, but chances are someone else in the community might be able to. \ No newline at end of file +If you're not able to get it working, please file a [GitHub issue](https://github.com/maxgoedjen/secretive/issues/new) for it. No guarantees we'll be able to get it working, but chances are someone else in the community might be able to.