mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-04 23:35:50 +00:00

Some clients don't request 'none' authentication. Instead, they immediately supply a password or public key. This change allows them to do so, but ignores the supplied credentials and authenticates using Tailscale instead. Updates #14922 Signed-off-by: Percy Wegmann <percy@tailscale.com>
sshtest
This contains packages that are forked & locally hacked up for use in tests.
Notably, golang.org/x/crypto/ssh
was copied to
tailscale.com/tempfork/sshtest/ssh
to permit adding behaviors specific
to testing (for testing Tailscale SSH) that aren't necessarily desirable
to have upstream.