Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using SFTP in Dolphin, Bitwarden's SSH agent constantly asks for Authorization #12520

Open
1 task done
Pixaurora opened this issue Dec 20, 2024 · 2 comments
Open
1 task done
Labels
bug desktop Desktop Application

Comments

@Pixaurora
Copy link

Steps To Reproduce

  1. Launch Dolphin with the environment variable SSH_AUTH_SOCK~/.bitwarden-ssh-agent.sock set.
  2. Connect to a remote machine using sftp://[ip]/[folder]
  3. Authorize the SSH request.
  4. Click around to more folders.

Expected Result

Bitwarden should ask for authorization once and then allow you to click around to multiple folders freely.

Actual Result

Because Dolphin makes multiple separate SFTP requests rather than using a single session, each request it makes needs to be authorized separately and is quite annoying to deal with.

Screenshots or Videos

No response

Additional Context

No response

Operating System

Linux

Operating System Version

Arch Linux

Installation method

Other

Build Version

2024.12.0

Issue Tracking Info

  • I understand that work is tracked outside of GitHub. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@Pixaurora Pixaurora added bug desktop Desktop Application labels Dec 20, 2024
@bitwarden-bot
Copy link

Thank you for reporting this issue! We've added this to our internal tracking system.
ID: PM-16281

@teidesu
Copy link

teidesu commented Dec 22, 2024

similar issue when using vscode with Git: autofetch enabled.

btw – the current ux of approving auth is overall not really good, primarily because the popup is inside the main application window. which also means that a) if the window is not open nothing happens, b) if the window is on another workspace – the workspace needs to be switched

for comparison, 1password's confirmation window looks like this, and appears on top of everything on the current workspace:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug desktop Desktop Application
Projects
None yet
Development

No branches or pull requests

3 participants