Forum Discussion
Publish 1Password CLI to Entware repo?
A manual download of the 1Password CLI successfully runs on my ASUS router (running Asuswrt-Merlin firmware), but now I'm responsible to keep the tool up-to-date myself...
Would you please consider publishing the 1Password CLI to the Entware repo?
This would allow all users of OpenWRT based routers to use the 1Password CLI on their router.
1Password Version: All CLI releases
OS Version: OpenWRT based router OS's (like Asuswrt-Merlin)
1 Reply
- Michael_MercuriFrequent Contributor
I asked a https://1password.community/discussion/comment/645201 a while back and it's apparently not supported by 1Password out of the box.
My solution for this is to run
op
over ssh to the host where I'm logged in locally running the 1Password desktop. See https://github.com/mmercurio/dotfiles?tab=readme-ov-file#1password-ssh-and-tmux for details.Depending on your needs, if you're not able to ssh back to your desktop host from the remote server, you may be able to setup a reverse tunnel via ssh port forwarding, then ssh back to your host using the tunnel.
I'm still curious if there's a better way to do this. Ideally, proxying 1Password CLI over SSH should work similarly as ssh agent forwarding, which is what I tried to emulate with my solution.