tailscale/tempfork/sshtest/ssh
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
..
benchmark_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
buffer_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
buffer.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
certs_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
certs.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
channel.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
cipher_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
cipher.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
client_auth_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
client_auth.go ssh/tailssh: accept passwords and public keys 2025-02-13 11:29:45 -06:00
client_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
client.go ssh/tailssh: accept passwords and public keys 2025-02-13 11:29:45 -06:00
common_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
common.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
connection.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
doc.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
example_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
handshake_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
handshake.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
kex_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
kex.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
keys_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
keys.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
mac.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
mempipe_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
messages_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
messages.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
mux_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
mux.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
server_multi_auth_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
server_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
server.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
session_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
session.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
ssh_gss_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
ssh_gss.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
streamlocal.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
tcpip_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
tcpip.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
testdata_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
transport_test.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00
transport.go tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing only 2025-02-11 07:45:06 -08:00