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