Skip to content

Commit

Permalink
Update SSH server
Browse files Browse the repository at this point in the history
- Update SSH server libraries to support extensions negotations.
- The extensions negotations are needed to communitcate with algorithms are accepted for "publickey" auth.
- This PR adds 2 libraries. The modifed golang.org/x/crypto libraries(this in order to not mismatch with types in ssh.go) and a patched "github.com/gliderlabs/ssh" that has been modified in order to use the modified crypto library.
- Resolves go-gitea#17798
  • Loading branch information
Gusted committed Feb 10, 2022
1 parent 165ab17 commit b002923
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions go.mod
7 changes: 4 additions & 3 deletions go.sum
2 changes: 1 addition & 1 deletion modules/ssh/ssh.go

0 comments on commit b002923

Please sign in to comment.