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