-
Notifications
You must be signed in to change notification settings - Fork 618
Open
Labels
Description
Feature description
As a Windows user, I want Wave’s SSH connections to reuse my local SSH agent.
Today, agent detection only works via SSH_AUTH_SOCK (Unix-style), so Windows users can’t leverage the built-in OpenSSH agent.
Implementation Suggestion
- Tries
SSH_AUTH_SOCKfirst when set. - Otherwise dials the default Windows OpenSSH agent named pipe (//./pipe/openssh-ssh-agent).
- Leaves non-Windows behavior unchanged.
Anything else?
No response