summaryrefslogtreecommitdiffhomepage
path: root/cmd/tsshd
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-07-25cmd/tsshd: add a package line to appease gofmtBrad Fitzpatrick1-0/+1
2022-05-16cmd/tsshd: delete, leaving only forwarding docsBrad Fitzpatrick2-182/+5
2022-03-26tempfork: temporarily fork gliderlabs/ssh and x/crypto/sshBrad Fitzpatrick1-2/+2
2022-03-12go.mod: move from github.com/gliderlabs/ssh to github.com/tailscale/sshMaisem Ali1-1/+1
2021-11-23tsshd: fix double exit with different exit codesJoonas Loppi1-1/+2
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder2-0/+2
2021-07-28cmd/tsshd: switch from github.com/kr/pty to github.com/creack/ptyAaron Bieber1-1/+1
2021-04-29net/interfaces: return all Tailscale addresses from Tailscale().David Anderson1-2/+9
2021-01-26net/interfaces: remove IsTailscaleIP, make callers use tsaddr.David Anderson1-1/+9
2020-03-10wgengine/monitor: don't call LinkChange when interfaces look unchangedBrad Fitzpatrick1-1/+1
2020-02-21interfaces, cmd/tsshd: move interface lookup from tsshd to its own packageBrad Fitzpatrick1-47/+3
2020-02-13cmd/tsshd: empty file for windows buildDavid Crawshaw1-0/+11
2020-02-12wgengine: fix windows build for winipcfg-goBrad Fitzpatrick1-0/+2
2020-02-12cmd/tsshd: fix lint.David Anderson1-1/+0
2020-02-12cmd/tsshd: fix log textBrad Fitzpatrick1-1/+1
2020-02-12cmd/tsshd: add basic SSH serverBrad Fitzpatrick1-0/+204