- eab9315 ssh: add diffie-hellman-group16-sha512 kex by Nicola Murino · 1 year, 7 months ago
- 2e82bdd fix TestValidTerminalMode: missing output from echo SHELL $SHELL by Boshi Lian · 1 year, 6 months ago internal-branch.go1.21-vendor
- 0ff6005 ssh/test: set a timeout and WaitDelay on sshd subcommands by Bryan C. Mills · 1 year, 8 months ago
- 3ef8056 ssh/test: enable on solaris by Tobias Klauser · 1 year, 9 months ago
- a8cc953 ssh: skip unsupported tests on wasip1 by Tobias Klauser · 1 year, 9 months ago
- 7d6d3f5 ssh/test: skip TestValidTerminalMode on non-Bourne shells by Bryan C. Mills · 1 year, 9 months ago
- 35f4265 all: replace io/ioutil with io and os package by cui fliter · 2 years, 4 months ago
- b4de73f ssh: support RSA SHA-2 (RFC8332) signatures by Hans Nielsen · 5 years ago
- 5ea612d all: go fmt ./... by Russ Cox · 4 years ago
- 497ca9f ssh/test: fix test goroutine error handling by Lars Lehtonen · 5 years ago
- 9756ffd ssh/test: delete TestInvalidTerminalMode by Michael Hudson-Doyle · 5 years ago
- 57b3e21 ssh: add diffie-hellman-group-exchange-sha256 by Lucas Bremgartner · 6 years ago
- f162ad8 ssh/test: add port for aix/ppc64 by chigotc · 6 years ago
- b43e412 ssh/test: skip test on js/wasm by Tobias Klauser · 6 years ago
- 88737f5 ssh/test: use t.Run for MAC/kex/pubkey tests by Han-Wen Nienhuys · 6 years ago
- 38d8ce5 ssh/test: skip test to fix build on solaris and aix by Brad Fitzpatrick · 6 years ago
- 719079d ssh/test: skip tests if run as root by Agniva De Sarker · 7 years ago
- dea6ea3 ssh: compile multi_auth_test.go on linux only by Han-Wen Nienhuys · 7 years ago
- 9334d73 ssh: fix support for partial success authentication responses in client by Sami Pönkänen · 7 years ago
- 31469a2 ssh: remove chacha20-poly1305 from preferredCipher list by Han-Wen Nienhuys · 7 years ago
- 1835319 ssh: remove arcfour ciphers from the default preference list by Han-Wen Nienhuys · 7 years ago
- b3c9a1d ssh: use t.Run for testing multiple ciphers/macs by Han-Wen Nienhuys · 7 years ago
- 94eea52 all: run gofmt -s on source code by Kevin Burke · 7 years ago
- e8f2298 all: fix errors reported by vet, golint by Kevin Burke · 7 years ago
- 9f005a0 ssh: add support for banners by Tugdual Saunier · 7 years ago
- 8c55ac7 ssh: add Session.WindowChange to send window change events by Tobias Assarsson · 7 years ago
- 7e91053 x/crypto/ssh: fix host certificate principal evaluation to check for hostname only by Adam Eijdenberg · 8 years ago
- 3cddcd6 ssh: support forwarding of Unix domain socket connections by Akihiro Suda · 8 years ago
- e4e2799 ssh: require host key checking in the ClientConfig by Han-Wen Nienhuys · 8 years ago
- 077efaa x/crypto: fix typos by Martin Hamrle · 9 years ago
- b6789ab x/crypto/ssh: add 3des-cbc as a non-default cipher by Sam Hug · 9 years ago
- 1e61df8 x/crypto/ssh: add support for ed25519 keys by Martin Garton · 9 years ago
- 91ab96a ssh: fix compatibility with recent OpenSSH by Martin Garton · 9 years ago
- e3ebf1a x/crypto/ssh/test: test all key exchanges against sshd. by Han-Wen Nienhuys · 9 years ago
- 7d5b0be crypto/ssh: allow identities to be constrained. by Peter Moody · 10 years ago
- c84e1f8 crypto/ssh: update references to the old code.google.com repo by Dmitry Savintsev · 10 years ago
- 5c68cfd crypto/ssh: add support for aes128-cbc cipher. by Nathan(yinian) Hu · 10 years ago
- 7db4366 ssh: make godoc examples easier to reuse by Dave Cheney · 10 years ago
- 1fbbd62 crypto: add import comments. by David Symonds · 10 years ago
- a73c6bb go.crypto: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
- ed03dad go.crypto/ssh/test: skip tests during -short mode by Dave Cheney · 10 years ago
- f8eacb9 go.crypto/ssh/test: enable test cases on dragonfly by Mikio Hara · 11 years ago
- 7e43632 go.crypto/ssh: build test_unix_test on Plan 9 by David du Colombier · 11 years ago
- 43c4f8a go.crypto/ssh: remove old files. by Adam Langley · 11 years ago
- fa50e74 go.crypto/ssh: import gosshnew. by Adam Langley · 11 years ago
- a2c10b4 go.crypto/ssh: build tests on Plan 9 by David du Colombier · 11 years ago
- 41400fe go.crypto/ssh: let client accept DSA and ECDSA host key algorithms. by Han-Wen Nienhuys · 11 years ago
- 934c14f go.crypto/ssh: introduce Signer method, an abstraction of private keys. by Han-Wen Nienhuys · 11 years ago
- e62b2ae go.crypto/ssh: introduce PublicKey interface type. by Han-Wen Nienhuys · 11 years ago
- ffadfa6 go.crypto/ssh/test: Only show SSHD debug output if test fails. by Han-Wen Nienhuys · 11 years ago
- a93ee0c go.crypto/ssh: Use net.UnixConn for connecting client and sshd. by Han-Wen Nienhuys · 11 years ago
- 2d394e3 go.crypto/ssh: add workaround for broken port forwarding in OpenSSH 5. by Han-Wen Nienhuys · 11 years ago
- 7f7cbbf go.crypto/ssh: close channel feeding tcpListener. by Han-Wen Nienhuys · 11 years ago
- afdc305 go.crypto/ssh: add hook for host key checking. by Han-Wen Nienhuys · 12 years ago
- 7cbb17f go.crypto/ssh: fix test breakages introduced by 125:40246d2ae2eb by Han-Wen Nienhuys · 12 years ago
- b9b3892 go.crypto/ssh/test: Run sshd with -e, so the debug output goes onto stderr. by Han-Wen Nienhuys · 12 years ago
- 0d8dc3c go.crypto/ssh: fix and test port forwarding. by Han-Wen Nienhuys · 12 years ago
- e8889f5 go.crypto/ssh: fix race on mock ssh network connection by Dave Cheney · 12 years ago
- ac9976b go.crypto/ssh: More error reporting improvements. by David Symonds · 12 years ago
- 4199820 go.crypto/ssh/test: Replace FailNow with Fail where it is obvious that the test doesn't want to fail now. by David Symonds · 12 years ago
- 952dc41 go.crypto/ssh/test: Fix distracting nil pointer dereference in a test. by David Symonds · 12 years ago
- c7af4ef go.crypto/ssh/test: improve diagnostics for test failing to get username. by David Symonds · 12 years ago
- 62eb5d3 go.crypto/ssh/test: wait on sshd process in tests by Albert Strasheim · 12 years ago
- dc703e9 ssh/test: deflake session test. by Adam Langley · 12 years ago
- 97c15b3 go.crypto/ssh/test: move some variables into common os source file to fix windows build by Alex Brainman · 12 years ago
- 887809b ssh: add functions for public keys in wire & auth keys format. by Shawn Ledbetter · 12 years ago
- ae58a7b go.crypto/ssh: make tests work on non-cgo platforms. by Joel Sing · 12 years ago
- 153731a go.crypto/ssh/test: don't kill process if it was never started by Ian Lance Taylor · 12 years ago
- 1582bf0 go.crypto/ssh: never negotiate unsupported ciphers by Dave Cheney · 12 years ago
- 2fccde5 go.crypto/ssh: add terminal modes to ssh.RequestPty() by Willem van der Schyff · 12 years ago
- 0b9766a go.crypto/ssh: new test subpackage by Dave Cheney · 12 years ago