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
Former Member
3 years agoVSC Remote SSH Host With Terminal
Using Visual Studio Code with the Remote SSH extension initially works with 1Password and I get the auth prompt to open the workspace. When opening a terminal inside VSC and attempting to use git on ...
floris_1P
1Password Team
3 years agoWhat's good to note is that IdentityAgent
takes precedence over SSH_AUTH_SOCK
. That can be a bit inconvenient in an agent forwarding setup when the remote machine has the 1Password agent configured as well.
To see if agent forwarding works for you, could you try running the following command on the (forwarded) remote machine: ssh -o IdentityAgent="$SSH_AUTH_SOCK" -T git@github.com
and see if you then get the Windows Hello prompt?