Files
tabby/tabby-ssh
Andy_AllanandGitHub 5c6008deac fix(ssh): fix windows openssh agent detection logic (#10954)
On Windows, checking for the existence of the OpenSSH agent named pipe
(`\\.\pipe\openssh-ssh-agent`) can throw an `EBUSY` error if the agent
is running and the pipe is in use. Previously, this error was caught
generically and treated as the pipe not existing, causing auto-detection
to fail even when the agent was active.

This change updates the detection logic to explicitly catch `EBUSY`
errors from `fs.stat` and treat them as a positive signal that the
pipe exists.
2026-01-03 15:43:50 +01:00
..
2025-06-16 23:13:18 +02:00
2021-06-29 23:57:04 +02:00
2024-10-18 20:24:53 +02:00
2024-10-18 20:24:53 +02:00