golang.org/x/crypto/ssh.handshakeTransport.id (method)
5 uses
golang.org/x/crypto/ssh (current package)
handshake.go#L165: func (t *handshakeTransport) id() string {
handshake.go#L179: log.Printf("%s %s data (packet %d bytes)", t.id(), action, len(p))
handshake.go#L182: log.Printf("%s %s %T %v (%v)", t.id(), action, msg, msg, err)
handshake.go#L413: log.Printf("%s exited key exchange (first %v), err %v", t.id(), firstKex, err)
handshake.go#L529: log.Printf("%s entered key exchange", t.id())
 |
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. |