Brad Fitzpatrick cea2066c64 Revert "ssh/terminal: account for win32 api changes" 5 years ago
..
agent 7f87c0fbb8 ssh/agent: add checking for empty SSH requests 5 years ago
knownhosts 057139ce5d crypto/ssh/knownhosts: fix out-of-date documentation for checkAddr 5 years ago
terminal cea2066c64 Revert "ssh/terminal: account for win32 api changes" 5 years ago
test 9756ffdc24 ssh/test: delete TestInvalidTerminalMode 5 years ago
testdata 0c41d7ab0a ssh/testdata: correct typo 6 years ago
benchmark_test.go b8fe1690c6 all: fix ineffectual assignments 5 years ago
buffer.go 847319b7fc ssh: remove unused buffer.eof return value 7 years ago
buffer_test.go fa50e7408b go.crypto/ssh: import gosshnew. 10 years ago
certs.go dab2b1051b ssh: support SSH agent signature flags and custom extensions 6 years ago
certs_test.go 244f6ce1f0 ssh: accept ed25519 certs 7 years ago
channel.go e8f229864d all: fix errors reported by vet, golint 7 years ago
cipher.go 457ee04da3 ssh: rename methods in packetCipher interface 5 years ago
cipher_test.go 457ee04da3 ssh: rename methods in packetCipher interface 5 years ago
client.go 45a5f77698 all: fix typos 6 years ago
client_auth.go cbcb750295 ssh/gss: support kerberos authentication for ssh server and client 5 years ago
client_auth_test.go 57b3e21c3d ssh: add diffie-hellman-group-exchange-sha256 5 years ago
client_test.go 5f55bce93a ssh: fix protocol version exchange (for multi-line) 7 years ago
common.go 094676da4a ssh: drop dh-group1-sha1 from default key exchanges 5 years ago
common_test.go df01cb2cc4 ssh: invert algorithm choices on the server 5 years ago
connection.go 080743b219 ssh: fixing a small typo in connection.go 7 years ago
doc.go e4e2799dd7 ssh: require host key checking in the ClientConfig 7 years ago
example_test.go d99183c9a7 ssh: rename ExampleHostKeyCheck to ExampleClientConfig_HostKeyCallback 5 years ago
handshake.go df01cb2cc4 ssh: invert algorithm choices on the server 5 years ago
handshake_test.go 4def268fd1 ssh: skip testHandshakeErrorHandlingN on js/wasm 5 years ago
kex.go 57b3e21c3d ssh: add diffie-hellman-group-exchange-sha256 5 years ago
kex_test.go 4e213c0672 x/crypto/ssh: close memPipe after running kex test. 9 years ago
keys.go dab2b1051b ssh: support SSH agent signature flags and custom extensions 6 years ago
keys_test.go dab2b1051b ssh: support SSH agent signature flags and custom extensions 6 years ago
mac.go 84bacda6ed ssh: Add the hmac-sha2-256-etm@openssh.com algorithm 7 years ago
mempipe_test.go 4d8f0cfeca ssh: fix spelling of test so that it runs 9 years ago
messages.go 57b3e21c3d ssh: add diffie-hellman-group-exchange-sha256 5 years ago
messages_test.go e84a34b1ee x/crypto/ssh: support more keytypes in the agent. 8 years ago
mux.go e8f229864d all: fix errors reported by vet, golint 7 years ago
mux_test.go 45a5f77698 all: fix typos 6 years ago
server.go 57b3e21c3d ssh: add diffie-hellman-group-exchange-sha256 5 years ago
session.go 94eea52f7b all: run gofmt -s on source code 7 years ago
session_test.go e7b772b700 ssh: print server exit reason in tests 5 years ago
ssh_gss.go cbcb750295 ssh/gss: support kerberos authentication for ssh server and client 5 years ago
ssh_gss_test.go cbcb750295 ssh/gss: support kerberos authentication for ssh server and client 5 years ago
streamlocal.go 2fc4c88bf4 ssh: also start forward listeners on ListenUnix 6 years ago
tcpip.go 034e5325b6 ssh: don't start goroutines handling forwarded connections until needed 6 years ago
tcpip_test.go fa50e7408b go.crypto/ssh: import gosshnew. 10 years ago
testdata_test.go 077efaa604 x/crypto: fix typos 8 years ago
transport.go 457ee04da3 ssh: rename methods in packetCipher interface 5 years ago
transport_test.go 5f55bce93a ssh: fix protocol version exchange (for multi-line) 7 years ago