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/cmd
Brad Fitzpatrick f3c0023add wgengine/netstack: add an SSH server experiment
Disabled by default.

To use, run tailscaled with:

    TS_SSH_ALLOW_LOGIN=you@bar.com

And enable with:

    $ TAILSCALE_USE_WIP_CODE=true tailscale up --ssh=true

Then ssh [any-user]@[your-tailscale-ip] for a root bash shell.
(both the "root" and "bash" part are temporary)

Updates #3802

Change-Id: I268f8c3c95c8eed5f3231d712a5dc89615a406f0
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 years ago
..
addlicense cmd/addlicense: add command to add licenseheaders to generated code 3 years ago
cloner cmd/cloner: mangle "go:generate" in cloner.go 3 years ago
derper cmd/derper: record TLS versions used for requests. 2 years ago
derpprobe derp: use new node key type. 3 years ago
hello cmd/hello: also redirect https://hello.ipn.dev to hello.ts.net 2 years ago
mkpkg cmd/mkpkg: allow zero files in a package. 3 years ago
printdep cmd/printdep: add flag to print out Go toolchain tarball URL 2 years ago
speedtest cmd: upgrade to ffcli v3 3 years ago
tailscale wgengine/netstack: add an SSH server experiment 2 years ago
tailscaled wgengine/netstack: add an SSH server experiment 2 years ago
testcontrol cmd/testcontrol: add test control server 3 years ago
tsshd tsshd: fix double exit with different exit codes 3 years ago