summaryrefslogtreecommitdiffhomepage
path: root/ssh/tailssh/tailssh_integration_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-07ssh: replace tempfork with tailscale/glidersshKristoffer Dalby1-8/+283
2026-04-06ssh/tailssh: fix integration test hang due to missing host keysBrad Fitzpatrick1-1/+15
2026-03-10ipn/ipnlocal, feature/ssh: move SSH code out of LocalBackend to featureBrad Fitzpatrick1-23/+0
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-02-13ssh/tailssh: accept passwords and public keysPercy Wegmann1-1/+42
2025-01-31ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-crypto/ssh...Percy Wegmann1-1/+1
2025-01-29Revert "ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-cr...Percy Wegmann1-1/+1
2025-01-28ssh,tempfork/gliderlabs/ssh: replace github.com/tailscale/golang-x-crypto/ssh...Percy Wegmann1-1/+1
2024-09-30ssh: Add logic to set accepted environment variables in SSH session (#13559)Mario Minardi1-14/+42
2024-08-21ssh/tailssh: only chdir incubator process to user's homedir when necessary an...Percy Wegmann1-2/+2
2024-08-21ssh/tailssh: fix SSH on busybox systemsPercy Wegmann1-2/+2
2024-06-20ssh/tailssh: fix integration test (#12562)Irbe Krumina1-1/+1
2024-06-20ssh/tailssh: replace incubator process with su instead of running su as childPercy Wegmann1-44/+159
2024-05-29ssh/tailssh: fall back to using su when no TTY available on LinuxPercy Wegmann1-54/+198
2024-05-01ssh/tailssh: add integration testPercy Wegmann1-0/+393