Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
anishlr
3 years agoNew Contributor
Is it possible for 1Password CLI running on WSL to connect with 1Password hosted on Windows?
Right now I can access 1Password on my WSL Debian installation using the CLI. But I have to enter my master password even when Windows is authenticated. I was just curious if it's possible to connect...
PingLoss2
9 months agoNew Contributor
Technically, you can do that via zshrc/bashrc file by aliasing op to op.exe
alias op='op.exe'
and restarting terminal session or using source
to load new changes. Basically same thing we do to ssh
to enable git with 1password under WSL.
Then you have two options you can access you 1password valut for example or do op signin and then access your stuff. Both of which will ask you (Windows Hello/Pin/Local Password) like it normally does.
WSL should know windows PATH, but by default Ubuntu has that enabled in WSL settings.