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) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |