Dmitry Neverov fb99d50fa1 Fix #2431 - handle requests waiting for reply
According to the docs [1], the Reply method must be called for all
requests where WantReply is true. This fixes a hanging java ssh
implementation (jsch) which sets WantReply flag and waits for reply from
the server.

[1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply
2016-01-18 16:54:10 +01:00
..
2016-01-06 22:41:42 +03:00
2016-01-11 18:30:44 +08:00
2015-12-19 02:44:34 -05:00
2015-12-21 04:24:11 -08:00