Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
hughbiquitous
3 years agoNew Contributor
SSH commands result in 1Password GUI authorization prompt on remote machine
My apologies if this is covered by another question but I couldn't find the exact problem I'm having.
I primarily work on a Mac, but I have another developer machine running Ubuntu 22.04. I use SS...
hughbiquitous
3 years agoNew Contributor
I think I figured it out... I changed my Linux .zshrc so it only sets SSH_AUTH_SOCK if it is NOT in an SSH session:
if [ -z "$SSH_TTY" ] ; then
# set up SSH_AUTH_SOCK for local session to use 1Password instead of the forwarded SSH agent
fi