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