Percy Wegmann db231107a2 ssh/tailssh: accept passwords and public keys
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>
2025-02-13 11:29:45 -06:00
..

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.