Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Anonymous
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...
Anonymous
3 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/