From 6b51746d57a39d42441d3856558bbb1cff5668ea Mon Sep 17 00:00:00 2001 From: shokinn Date: Thu, 21 Mar 2024 16:09:39 +0100 Subject: [PATCH] add alias to list keys in strongboxes ssh agent --- dotfiles/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index b872afd..23432e6 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -173,6 +173,7 @@ source ${ZSH}/oh-my-zsh.sh #{%@@ endif @@%} alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" +alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l" # Initialize pyenv [[ $(command -v pyenv) ]] && export PYENV_ROOT="$HOME/.pyenv"