It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
4 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
4 years agoYou can achieve that with agent forwarding. In your local SSH config, add ForwardAgent yes
to the host you're connecting to:
Host your-remote-dev-host
ForwardAgent yes