We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f1eb38 + 31eb4b7 commit 93eb073Copy full SHA for 93eb073
server.go
@@ -95,7 +95,7 @@ func (srv *Server) ensureHandlers() {
95
96
func (srv *Server) config(ctx Context) *gossh.ServerConfig {
97
var config *gossh.ServerConfig
98
- if srv.DefaultServerConfigCallback == nil {
+ if srv.ServerConfigCallback == nil {
99
config = &gossh.ServerConfig{}
100
} else {
101
config = srv.ServerConfigCallback(ctx)
0 commit comments