summaryrefslogtreecommitdiffhomepage
path: root/ssh/tailssh
AgeCommit message (Expand)AuthorFilesLines
2022-02-24cmd/tailscaled/childproc: add be-child registration mechanismBrad Fitzpatrick1-0/+10
2022-02-24ssh/tailssh: add start of real ssh testsBrad Fitzpatrick2-12/+104
2022-02-24ssh: make it build on darwinBrad Fitzpatrick2-4/+4
2022-02-24ssh/tailssh: fix non-interactive commands as non-root userBrad Fitzpatrick1-3/+6
2022-02-24ssh/tailssh: break a method into half in prep for testingBrad Fitzpatrick2-9/+108
2022-02-24ssh/tailssh: rename sshContext to sshConnInfoBrad Fitzpatrick2-24/+24
2022-02-23ssh/tailssh: flesh out env, support non-pty commandsBrad Fitzpatrick1-31/+105
2022-02-18ssh/tailssh: get login shell when running as non-rootBrad Fitzpatrick1-5/+35
2022-02-18ssh/tailssh: evaluate tailcfg.SSHPolicy on incoming connectionsBrad Fitzpatrick2-13/+317
2022-02-17tailcfg, ipn/ipnlocal: add Hostinfo.SSH_HostKeys, send when SSH enabledBrad Fitzpatrick1-1/+1
2022-02-17ipnlocal, tailssh: start moving host key stuff into the right spotBrad Fitzpatrick1-11/+7
2022-02-15ssh/tailssh: move SSH code from wgengine/netstack to this new packageBrad Fitzpatrick1-0/+156