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/tempfork/sshtest
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>
10 months ago
..
ssh ssh/tailssh: accept passwords and public keys 10 months ago
README.md tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 10 months ago

README.md

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.