coder/agent/agentssh
Spike Curtis 9c030a8888
fix: pty.Start respects context on Windows too (#7373)
* fix: pty.Start respects context on Windows too

Signed-off-by: Spike Curtis <spike@coder.com>

* Fix windows imports; rename ToExec -> AsExec

Signed-off-by: Spike Curtis <spike@coder.com>

* Fix import in windows test

Signed-off-by: Spike Curtis <spike@coder.com>

---------

Signed-off-by: Spike Curtis <spike@coder.com>
2023-05-03 11:43:05 +04:00
..
agentssh.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
agentssh_internal_test.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
agentssh_test.go feat: add support for X11 forwarding (#7205) 2023-04-21 15:52:40 +00:00
bicopy.go refactor(agent): Move SSH server into agentssh package (#7004) 2023-04-06 19:39:22 +03:00
forward.go refactor(agent): Move SSH server into agentssh package (#7004) 2023-04-06 19:39:22 +03:00
x11.go fix: add `DISPLAY` env var for X11 connections (#7248) 2023-04-21 16:43:49 +00:00
x11_test.go feat: add support for X11 forwarding (#7205) 2023-04-21 15:52:40 +00:00