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
Brad Fitzpatrick be67b8e75b ssh/tailssh: fix Tailscale SSH to non-root tailscaled
Fix regression from 337c77964b where
tailscaled started calling Setgroups. Prior to that, SSH to a non-root
tailscaled was working.

Instead, ignore any failure calling Setgroups if the groups are
already correct.

Fixes #6888

Change-Id: I561991ddb37eaf2620759c6bcaabd36e0fb2a22d
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 year ago
..
context.go ssh/tailssh: close sshContext on context cancellation 2 years ago
incubator.go ssh/tailssh: fix Tailscale SSH to non-root tailscaled 1 year ago
incubator_linux.go ssh/tailssh: unify some of the incubator_* GOOS files into incubator.go 1 year ago
tailssh.go ssh/tailssh: fix typo in error message 1 year ago
tailssh_test.go ssh/tailssh: add envknob for default PATH 2 years ago