Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoUsing SSH keys in WSL2 command line
Hi,
I've set up WSL2 with Ubuntu 22.04 and I created a few SSH keys for GitHub. But now I do not know how could I use these keys in command line in WSL2 Am I supposed to install 1Password Linux com...
Former Member
2 years agoAll you have to do is alias ssh
and ssh-add
to their Windows equivalents, ssh.exe
and ssh-add.exe
. If you're looking to use ssh with git it does require a bit more work:
https://justinbarclay.ca/posts/1password-across-the-void/