mirror of
https://github.com/wahyd4/gogs.git
synced 2026-08-09 04:46:42 +10:00
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.