You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ssh/tailssh
Andrew Lytvynov c2a7f17f2b
sessionrecording: implement v2 recording endpoint support (#14105)
The v2 endpoint supports HTTP/2 bidirectional streaming and acks for
received bytes. This is used to detect when a recorder disappears to
more quickly terminate the session.

Updates https://github.com/tailscale/corp/issues/24023

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
3 days ago
..
testcontainers ssh/tailssh: only chdir incubator process to user's homedir when necessary and possible 3 months ago
accept_env.go ssh: Add logic to set accepted environment variables in SSH session (#13559) 2 months ago
accept_env_test.go ssh: Add logic to set accepted environment variables in SSH session (#13559) 2 months ago
incubator.go ssh/tailssh: calculate passthrough environment at latest possible stage 1 month ago
incubator_linux.go ssh/tailssh: fall back to using su when no TTY available on Linux 6 months ago
privs_test.go ssh/tailssh: only chdir incubator process to user's homedir when necessary and possible 3 months ago
tailssh.go sessionrecording: implement v2 recording endpoint support (#14105) 3 days ago
tailssh_integration_test.go ssh: Add logic to set accepted environment variables in SSH session (#13559) 2 months ago
tailssh_test.go sessionrecording: implement v2 recording endpoint support (#14105) 3 days ago
user.go types/result, util/lineiter: add package for a result type, use it 2 weeks ago