aboutsummaryrefslogtreecommitdiff
path: root/ssh/session.go
AgeCommit message (Expand)Author
2026-03-27ssh: implement Session Run with contextShulhan
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2022-03-13ssh: add IUTF8 constant from RFC 8160Brad Fitzpatrick
2017-11-28all: run gofmt -s on source codeKevin Burke
2017-07-26ssh: add Session.WindowChange to send window change eventsTobias Assarsson
2016-07-06x/crypto/ssh: handle missing exit status more gracefully.Han-Wen Nienhuys
2016-07-06x/crypto/ssh: use BigEndian.Uint32 for decoding exit status.Han-Wen Nienhuys
2016-04-20x/crypto/ssh: omit empty fields in error messageScott Bell
2015-11-15crypto/ssh: fix typo in error string.Jonathan Boulle
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley
2013-11-01go.crypto/ssh: Increase window size.Jakob Borg
2013-10-25go.crypto/ssh: ensure {Server,Client}Conn do not expose io.ReadWriterDave Cheney
2013-10-10go.crypto/ssh: cosmetic only spelling fixesJonathan Pittman
2013-05-29ssh: add Output and CombinedOutput helpersKeith Rarick
2012-12-18go.crypto/ssh: support OpenSSH keepalivesEric Milliken
2012-12-10go.crypto/ssh: run gofmtAdam Langley
2012-10-21go.crypto/ssh: add terminal modes to ssh.RequestPty()Willem van der Schyff
2012-08-24go.crypto/ssh: prevent channel writes after CloseDave Cheney
2012-06-18ssh: added RequestSubsystem().Christine Hansmann
2012-05-05go.crypto/ssh: struct renamingDave Cheney
2012-04-20ssh: cosmetic cleanupsAdam Langley
2012-01-25go.crypto: initial codeRuss Cox