waveterm/pkg/remote
Andy_Allan f622c658b0
feat: implement SSH agent for Windows with tests (#2644)
#2643 

## Implementation
1. Add platform-aware identity-agent dialing: on Window, default to `//./pipe/openssh-ssh-agent`.
2. Keep Unix agent dialing via Unix sockets; unify agent resolution
across platforms.
3. Add cross-platform unit tests covering dialer selection and failure
paths.
2025-12-15 11:05:11 -08:00
..
awsconn Clean up atom usage in preview (#1986) 2025-02-18 16:40:36 -08:00
conncontroller windows, have a new "local" conn option for Git Bash if installed (#2666) 2025-12-12 14:05:48 -08:00
connparse Add S3 fileshare implementation, improve cp behavior (#1896) 2025-02-14 17:27:02 -08:00
fileshare Not found paths in prefix fs always treated as dir (#2002) 2025-02-21 16:32:14 -08:00
connutil.go wsh file overhaul without cross-remote copy and S3 (#1790) 2025-01-22 14:50:09 -08:00
sshagent_unix.go feat: implement SSH agent for Windows with tests (#2644) 2025-12-15 11:05:11 -08:00
sshagent_unix_test.go feat: implement SSH agent for Windows with tests (#2644) 2025-12-15 11:05:11 -08:00
sshagent_windows.go feat: implement SSH agent for Windows with tests (#2644) 2025-12-15 11:05:11 -08:00
sshagent_windows_test.go feat: implement SSH agent for Windows with tests (#2644) 2025-12-15 11:05:11 -08:00
sshclient.go feat: implement SSH agent for Windows with tests (#2644) 2025-12-15 11:05:11 -08:00