index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh
/
session_test.go
Age
Commit message (
Expand
)
Author
2023-11-09
ssh: eliminate some goroutine leaks in tests and examples
Bryan C. Mills
2023-07-31
ssh: fix call to Fatalf from a non-test goroutine
Nicola Murino
2022-10-10
ssh: add ServerConfig.NoClientAuthCallback
Brad Fitzpatrick
2022-09-19
all: replace io/ioutil with io and os package
cui fliter
2022-03-14
ssh: deprecate and replace SigAlgo constants
Filippo Valsorda
2021-11-15
ssh: support RSA SHA-2 (RFC8332) signatures
Hans Nielsen
2019-04-11
ssh: print server exit reason in tests
Han-Wen Nienhuys
2017-03-30
ssh: require host key checking in the ClientConfig
Han-Wen Nienhuys
2016-07-06
x/crypto/ssh: handle missing exit status more gracefully.
Han-Wen Nienhuys
2015-08-04
crypto/ssh: allow client to specify host key algorithms.
hanwen
2015-05-11
x/crypto/ssh: bail early if a server has no auth methods configured.
Han-Wen Nienhuys
2015-02-04
ssh: return session ID in ConnMeta.SessionID.
Han-Wen Nienhuys
2014-11-10
go.crypto: use golang.org/x/... import paths
Andrew Gerrand
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-10-10
go.crypto/ssh: cosmetic only spelling fixes
Jonathan Pittman
2013-06-10
go.crypto: revert 7f5a59ff6b43.
Adam Langley
2013-06-07
go.crypto: remove unreachable code.
Adam Langley
2013-06-01
go.crypto/ssh: fix test breakage
Dave Cheney
2013-05-29
ssh: add Output and CombinedOutput helpers
Keith Rarick
2013-03-22
go.crypto/ssh: fix tests with -cpu 1,2.
Adam Langley
2012-12-18
go.crypto/ssh: support OpenSSH keepalives
Eric Milliken
2012-12-10
go.crypto/ssh: run gofmt
Adam Langley
2012-09-10
go.crypto/ssh: sanity check incoming packet length
Dave Cheney
2012-09-05
go.crypto/ssh: assorted close related fixes
Dave Cheney
2012-08-28
go.crypto/ssh: improve test reliability
Dave Cheney
2012-08-25
go.crypto/ssh: fix test failure on windows
Dave Cheney
2012-08-24
go.crypto/ssh: prevent channel writes after Close
Dave Cheney
2012-08-13
go.crypto/ssh: improve channel max packet handling
Dave Cheney
2012-08-09
go.crypto/ssh: never send more data than maxpacket
Dave Cheney
2012-05-22
go.crypto/ssh: allow zero sized window adjustments
Dave Cheney
2012-05-05
go.crypto/ssh: struct renaming
Dave Cheney
2012-04-26
ssh: fix flaky TestInvalidServerMessage
Adam Langley
2012-04-24
ssh: handle bad servers better.
Adam Langley
2012-03-30
go.crypto: add exp/terminal as code.google.com/p/go.crypto/ssh/terminal.
David Symonds
2012-01-30
go.crypto/ssh: add User to ServerConn and pass *ServerConn to callbacks.
Daniel Theophanes
2012-01-25
go.crypto: initial code
Russ Cox