type golang.org/x/crypto/ssh.ServerConfig

6 uses

	golang.org/x/crypto/ssh (current package)
		handshake.go#L139: func newServerTransport(conn keyingTransport, clientVersion, serverVersion []byte, config *ServerConfig) *handshakeTransport {
		server.go#L63: type ServerConfig struct {
		server.go#L125: func (s *ServerConfig) AddHostKey(key Signer) {
		server.go#L190: func NewServerConn(c net.Conn, config *ServerConfig) (*ServerConn, <-chan NewChannel, <-chan *Request, error) {
		server.go#L226: func (s *connection) serverHandshake(config *ServerConfig) (*Permissions, error) {
		server.go#L398: func (s *connection) serverAuthenticate(config *ServerConfig) (*Permissions, error) {