aboutsummaryrefslogtreecommitdiff
path: root/modules/ssh
Commit message (Collapse)AuthorAge
* modules/ssh: SSH_KEYGEN_PATH not used for exec ssh-keygen (#4124)Unknwon2017-02-14
|
* Configurable SSH cipher suite (#4109)spacetourist2017-02-10
| | | | | | * Configurable SSH cipher suite * Maintain ordering
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* New settings option for a custom SSH host (#3763)imilo2016-12-21
|
* #2850 fix potential SSH commands dislocationUnknwon2016-03-18
| | | | | | | When use builtin SSH server with concurrent operations, there are probabilities One connection could use the command from another connections. Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
* Remove cache avatar support and add its testsUnknwon2016-02-14
|
* Fix one user may block entire listen loop for builtin SSHUnknwon2016-02-01
|
* Minor fix for #2396Unknwon2016-01-25
|
* Fix #2431 - handle requests waiting for replyDmitry Neverov2016-01-18
| | | | | | | | | 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
* Drop Go 1.3 supportUnknwon2015-12-13
|
* ignore invalid envBruno2015-12-13
|
* #1681 carry --config flag for builtin SSHUnknwon2015-11-30
|
* fix api brokenUnknwon2015-11-15
|
* minor UI fix and fix ssh raceUnknwon2015-11-14
|
* fix 1540 and experimental SSH server supportUnknwon2015-11-08
|
* fix subrepo break changeUnknwon2015-09-24
|
* more on change avatarUnknwon2014-11-21
|
* Docs fixUnknwon2014-07-26
|
* New UI merge in progressUnknwon2014-07-26