Skip to content

Introduce a GitLab-SSHD server version during handshake

Hendrik Meyer (xLabber) requested to merge T4cC0re-main-patch-11870 into main

This replaces the default SSH-2.0-Go server version with something more descriptive.

https://pkg.go.dev/golang.org/x/crypto/ssh#ServerConfig Contains the field ServerVersion which will be sent over to the client.

Currently, it is exposed as SSH-2.0-Go. We should be loud and proud to tell the world we have our own SSHD 😄

Edited by Hendrik Meyer (xLabber)

Merge request reports