forgejo/modules/ssh
Gusted 8740631b79
Enable Wire 2 for Internal SSH Server (#20616)
- Git only decides to use the Wire 2 protocol when `git
{receive,upload}-pack` receive the `GIT_PROTOCOL` environment with as
value `version=2`. Currently the internal SSH Server wasn't passing this
environment through. The `gitea serv` code already passed all received
environments to the git command, so no code changes there.
2022-08-02 15:56:38 +08:00
..
init.go Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#20299) 2022-07-10 14:50:26 +08:00
ssh.go Enable Wire 2 for Internal SSH Server (#20616) 2022-08-02 15:56:38 +08:00
ssh_graceful.go Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#20299) 2022-07-10 14:50:26 +08:00