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
Maisem Ali c434e47f2d ssh/tailssh: always use current time for policy evaluation
Whenever the SSH policy changes we revaluate all open connections to
make sure they still have access. This check was using the wrong
timestamp and would match against expired policies, however this really
isn't a problem today as we don't have policy that would be impacted by
this check. Fixing it for future use.

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 years ago
..
context.go all: use any instead of interface{} 3 years ago
ctxreader.go ssh/tailssh: handle Control-C during hold-and-delegate prompt 3 years ago
incubator.go ssh/tailssh: limit setgroups to 16 on macOS 2 years ago
incubator_darwin.go ssh/tailssh: limit setgroups to 16 on macOS 2 years ago
incubator_linux.go ssh/tailssh: limit setgroups to 16 on macOS 2 years ago
tailssh.go ssh/tailssh: always use current time for policy evaluation 2 years ago
tailssh_test.go ssh/tailssh: always use current time for policy evaluation 2 years ago