Commit Graph

6 Commits

Author SHA1 Message Date
Jeff Lindsay
a2a474964c fixed/finished basic pty support, added an example, and included tests (#25)
* fixed/finished basic pty support, added an example, and included tests
* session: make the window channel have buffer of 1 and send initial window size on it
* _example/docker: added an ssh to docker-run example
* changes from review: let Reply handle WantReply, only allow setting sess.pty once
* circle: hopefully a working circleci config
2017-02-15 18:08:25 -06:00
hloeffler
7659e45133 make GoLint happy... 2016-12-20 22:16:16 +01:00
hloeffler
794990a406 avoid panic at KeysEqual() if one of the keys is nil 2016-12-17 22:36:48 +01:00
Jeff Lindsay
7f8cc2a19a docs and examples
Signed-off-by: Jeff Lindsay <progrium@gmail.com>
2016-11-29 17:23:42 -06:00
Matt Aitchison
dd02304d04 use Marshal method on publicKey instead of Marshal func
Fixes a panic caused by an ed25519 key.
2016-10-04 19:06:46 -05:00
Jeff Lindsay
adbd4da93a initial commit 2016-10-03 16:54:17 -05:00