Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
hughbiquitous
2 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
2 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