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.
1 parent 0f1eb38 commit 31eb4b7Copy full SHA for 31eb4b7
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