golang.org/x/crypto/ssh.ClientConfig.User (field)
7 uses
golang.org/x/crypto/ssh (current package)
client.go#L203: User string
client_auth.go#L44: ok, methods, err := auth.auth(sessionID, config.User, c.transport, config.Rand)
github.com/go-git/go-git/v5/plumbing/transport/ssh
auth_method.go#L62: User: a.User,
auth_method.go#L86: User: a.User,
auth_method.go#L109: User: a.User,
auth_method.go#L170: User: a.User,
auth_method.go#L231: User: a.User,
 |
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. |