tailscale/ssh/tailssh
Brad Fitzpatrick e38e5c38cc ssh/tailssh: fix typo in forwardedEnviron method, add docs
And don't return a comma-separated string. That's kinda weird
signature-wise, and not needed by half the callers anyway. The callers
that care can do the join themselves.

Updates #cleanup

Change-Id: Ib5ad51a3c6b663d868eba14fe9dc54b2609cfb0d
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2025-03-10 20:28:36 -07:00
..
testcontainers ssh/tailssh: accept passwords and public keys 2025-02-13 11:29:45 -06:00
accept_env_test.go ssh: Add logic to set accepted environment variables in SSH session (#13559) 2024-09-30 21:47:45 -06:00
accept_env.go ssh: Add logic to set accepted environment variables in SSH session (#13559) 2024-09-30 21:47:45 -06:00
incubator_linux.go ssh/tailssh: fall back to using su when no TTY available on Linux 2024-05-29 13:15:17 -05:00
incubator.go ssh/tailssh: fix typo in forwardedEnviron method, add docs 2025-03-10 20:28:36 -07:00
privs_test.go ssh/tailssh: only chdir incubator process to user's homedir when necessary and possible 2024-08-21 13:20:12 -05:00
tailssh_integration_test.go ssh/tailssh: accept passwords and public keys 2025-02-13 11:29:45 -06:00
tailssh_test.go ssh/tailssh: accept passwords and public keys 2025-02-13 11:29:45 -06:00
tailssh.go ssh/tailssh: accept passwords and public keys 2025-02-13 11:29:45 -06:00
user.go types/result, util/lineiter: add package for a result type, use it 2024-11-05 10:27:52 -08:00