type golang.org/x/crypto/ssh.connection
10 uses
golang.org/x/crypto/ssh (current package)
client.go#L79: conn := &connection{
client.go#L93: func (c *connection) clientHandshake(dialAddress string, config *ClientConfig) error {
client_auth.go#L23: func (c *connection) clientAuthenticate(config *ClientConfig) error {
connection.go#L88: type connection struct {
connection.go#L96: func (c *connection) Close() error {
server.go#L203: s := &connection{
server.go#L226: func (s *connection) serverHandshake(config *ServerConfig) (*Permissions, error) {
server.go#L324: func gssExchangeToken(gssapiConfig *GSSAPIWithMICConfig, firstToken []byte, s *connection,
server.go#L398: func (s *connection) serverAuthenticate(config *ServerConfig) (*Permissions, error) {
server.go#L670: *connection
![]() |
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. |