Support for Bitwarden CLI #1777

Closed
opened 2025-10-09 17:29:50 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @yodaphone on GitHub.

Does bitwarden_rs support bitwarden cli?

saw these projects & thought it might be useful to try

https://github.com/joaojacome/bitwarden-ssh-agent 
https://github.com/ewjoachim/bitwarden-keyring 

when i did try the ssh agent, i get this error.

request to https://bitwarden.domain.com/api/accounts/prelogin failed, reason: connect ECONNREFUSED 192.168.10.74:443

my bw_rs is running on port 8088. no ssl & i access it using a Caddy reverse proxy

Originally created by @yodaphone on GitHub. Does bitwarden_rs support bitwarden cli? saw these projects & thought it might be useful to try https://github.com/joaojacome/bitwarden-ssh-agent  https://github.com/ewjoachim/bitwarden-keyring  when i did try the ssh agent, i get this error. `request to https://bitwarden.domain.com/api/accounts/prelogin failed, reason: connect ECONNREFUSED 192.168.10.74:443 ` my bw_rs is running on port 8088. no ssl & i access it using a Caddy reverse proxy
Author
Owner

@fbartels commented on GitHub:

Hi @yodaphone,

i have no problems here working with the official cli. I think you only need to correct the url in the settings.

@fbartels commented on GitHub: Hi @yodaphone, i have no problems here working with the official cli. I think you only need to correct the url in the settings.
Author
Owner

@yodaphone commented on GitHub:

Hi @yodaphone,

i have no problems here working with the official cli. I think you only need to correct the url in the settings.

thanks. it works if i use the internal URL of http://192.168.10.74:8088 , but doesnt go thro if i go thro the caddy proxy https://192.168.10.74

thanks

@yodaphone commented on GitHub: > Hi @yodaphone, > > i have no problems here working with the official cli. I think you only need to correct the url in the settings. thanks. it works if i use the internal URL of http://192.168.10.74:8088 , but doesnt go thro if i go thro the caddy proxy https://192.168.10.74 thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1777