summaryrefslogtreecommitdiffhomepage
path: root/ssh
AgeCommit message (Expand)AuthorFilesLines
2024-01-05ssh/tailssh: use a local error instead of gossh.ErrDenied (#10743)Andrew Lytvynov1-9/+13
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov1-14/+12
2023-11-17ssh/tailssh: use control server time instead of local timeOx Cart1-0/+3
2023-11-09ssh/tailssh: add envknobs to force override forwarding, sftp, ptyBrad Fitzpatrick2-1/+27
2023-11-09ssh/tailssh: fix sftp metric increment locationBrad Fitzpatrick1-2/+4
2023-11-09ssh/tailssh,util: extract new osuser package from ssh code (#10170)Andrew Lytvynov1-86/+3
2023-10-03util/httpm, all: add a test to make sure httpm is used consistentlyBrad Fitzpatrick1-1/+2
2023-09-07ssh/tailssh: log when recording starts and finishes (#9294)Joe Tsai1-0/+2
2023-08-23all: replace deprecated ioutil referencesMarwan Sulaiman1-2/+1
2023-08-21types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeViewBrad Fitzpatrick2-3/+3
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick3-15/+15
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick2-2/+2
2023-08-15ssh/tailssh: fix gokrazy SSH crashBrad Fitzpatrick1-6/+8
2023-07-21ssh: ignore io.EOF from sftp.Server.ServeJoe Tsai1-1/+6
2023-06-21ssh/tailssh: fix double race condition with non-pty command (#8405)Joe Tsai3-44/+69
2023-06-21Revert "ssh/tailssh: change to user directory when running login/command"Brad Fitzpatrick1-10/+10
2023-06-21ssh/tailssh: change to user directory when running login/commandDerek Burdick1-10/+10
2023-06-20ssh/tailssh: work around lack of scontext in SELinuxMaisem Ali1-4/+13
2023-06-09ssh/tailssh: add support for remote/reverse port forwardingMaisem Ali1-3/+20
2023-06-05ssh/tailssh: Max Username Length 256 for linuxDerek Burdick1-1/+5
2023-05-22ssh/tailssh: add ssh session recording failed event typeCharlotte Brandhorst-Satzkorn1-2/+11
2023-05-21ssh/tailssh: fix regression after LDAP supportBrad Fitzpatrick2-15/+22
2023-05-18ssh/tailssh: close tty on session closeMaisem Ali2-11/+24
2023-05-08ssh/tailssh: move some user-related code into new user.goBrad Fitzpatrick2-109/+113
2023-05-08ssh/tailssh: support LDAP users for Tailscale SSHBrad Fitzpatrick4-28/+140
2023-05-05ssh/tailssh,tailcfg: add connID to ssheventnotifyrequest and castheaderCharlotte Brandhorst-Satzkorn1-13/+16
2023-05-05ssh/tailssh: send ssh event notifications on recording failuresCharlotte Brandhorst-Satzkorn2-10/+91
2023-05-04tsd: add package with System type to unify subsystem init, discoveryBrad Fitzpatrick1-5/+6
2023-05-03ssh/tailssh: restore support for recording locallyMaisem Ali1-32/+64
2023-05-01ssh/tailssh: improve debug logging around revoked sessionsTom DNetto1-0/+11
2023-04-25ssh/tailssh: also handle recording upload failure during writesMaisem Ali1-15/+30
2023-04-22ssh/tailssh: handle dialing multiple recorders and failing openMaisem Ali2-71/+253
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham2-3/+3
2023-04-05ssh/tailssh: handle output matching better in tests (#7799)Maisem Ali1-2/+14
2023-04-04ssh/tailssh: make Tailscale SSH work on gokrazyBrad Fitzpatrick2-0/+14
2023-03-28ssh/tailssh: fix race in errors returned when starting recorderMaisem Ali1-2/+13
2023-03-25ssh/tailssh: add tests for recording failureMaisem Ali2-17/+139
2023-03-24ssh/tailssh: add session recording test for non-pty sessionsMaisem Ali1-2/+96
2023-03-23ssh/tailssh: handle session recording when running in userspace modeMaisem Ali2-3/+30
2023-03-23ssh/tailssh: enable recording of non-pty sessionsMaisem Ali2-5/+3
2023-03-23ssh/tailssh: add docs to CastHeader fieldsMaisem Ali1-18/+51
2023-03-23all: pass log IDs as the proper type rather than stringsWill Norris1-1/+2
2023-03-23ssh/tailssh: always assert our final uid/gidAndrew Dunham1-9/+19
2023-03-23ssh/tailssh: lock OS thread during incubatorAndrew Dunham1-0/+10
2023-03-23ssh/tailssh: use background context for uploading recordingsMaisem Ali1-1/+6
2023-03-21ssh/tailssh: allow recorders to be configured on the first or final actionMaisem Ali1-4/+16
2023-03-21ssh/tailssh: add more metadata to recording headerMaisem Ali1-7/+18
2023-03-21ssh/tailssh: stream SSH recordings to configured recordersMaisem Ali1-31/+50
2023-03-21ssh/tailssh: make uid an int instead of uint64Andrew Dunham1-4/+4
2023-03-20ssh/tailssh: fix privilege dropping on FreeBSD; add testsAndrew Dunham2-14/+400