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.go
Age
Commit message (
Expand
)
Author
2026-03-27
ssh: implement Session Run with context
Shulhan
2022-09-19
all: replace io/ioutil with io and os package
cui fliter
2022-03-13
ssh: add IUTF8 constant from RFC 8160
Brad Fitzpatrick
2017-11-28
all: run gofmt -s on source code
Kevin Burke
2017-07-26
ssh: add Session.WindowChange to send window change events
Tobias Assarsson
2016-07-06
x/crypto/ssh: handle missing exit status more gracefully.
Han-Wen Nienhuys
2016-07-06
x/crypto/ssh: use BigEndian.Uint32 for decoding exit status.
Han-Wen Nienhuys
2016-04-20
x/crypto/ssh: omit empty fields in error message
Scott Bell
2015-11-15
crypto/ssh: fix typo in error string.
Jonathan Boulle
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-11-01
go.crypto/ssh: Increase window size.
Jakob Borg
2013-10-25
go.crypto/ssh: ensure {Server,Client}Conn do not expose io.ReadWriter
Dave Cheney
2013-10-10
go.crypto/ssh: cosmetic only spelling fixes
Jonathan Pittman
2013-05-29
ssh: add Output and CombinedOutput helpers
Keith Rarick
2012-12-18
go.crypto/ssh: support OpenSSH keepalives
Eric Milliken
2012-12-10
go.crypto/ssh: run gofmt
Adam Langley
2012-10-21
go.crypto/ssh: add terminal modes to ssh.RequestPty()
Willem van der Schyff
2012-08-24
go.crypto/ssh: prevent channel writes after Close
Dave Cheney
2012-06-18
ssh: added RequestSubsystem().
Christine Hansmann
2012-05-05
go.crypto/ssh: struct renaming
Dave Cheney
2012-04-20
ssh: cosmetic cleanups
Adam Langley
2012-01-25
go.crypto: initial code
Russ Cox