aboutsummaryrefslogtreecommitdiff
path: root/ssh/server_test.go
AgeCommit message (Expand)Author
2025-10-08all: fix some typos in commentcuishuang
2025-09-27ssh: add VerifiedPublicKeyCallbackNicola Murino
2025-05-15ssh: export supported algorithmsNicola Murino
2025-01-18ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interfaceBrad Fitzpatrick
2024-12-11ssh: make the public key cache a 1-entry FIFO cachev0.31.0Roland Shoemaker
2024-07-17ssh: remove go 1.21+ dependency on slicesIlia Mirkin
2024-05-22ssh: allow server auth callbacks to send additional bannersAndrew Lytvynov
2024-04-04ssh: respect MaxAuthTries also for "none" auth attemptsNicola Murino
2023-12-14ssh: close net.Conn on all NewServerConn errorsEdoardo Spadolini
2023-11-08ssh: allow to configure public key auth algorithms on the server sidev0.15.0Nicola Murino
2012-08-28go.crypto/ssh: improve test reliabilityDave Cheney
2012-07-21go.crypto/ssh: improve TestServerWindow robustnessDave Cheney
2012-04-21go.crypto/ssh: server_test should bind to localhost onlyDave Cheney
2012-04-19go.crypt/ssh: Add additional test for server.Daniel Theophanes