type golang.org/x/crypto/ssh.sshConn
11 uses
golang.org/x/crypto/ssh (current package)
client.go#L80: sshConn: sshConn{conn: c},
connection.go#L90: sshConn
connection.go#L102: type sshConn struct {
connection.go#L117: func (c *sshConn) User() string {
connection.go#L121: func (c *sshConn) RemoteAddr() net.Addr {
connection.go#L125: func (c *sshConn) Close() error {
connection.go#L129: func (c *sshConn) LocalAddr() net.Addr {
connection.go#L133: func (c *sshConn) SessionID() []byte {
connection.go#L137: func (c *sshConn) ClientVersion() []byte {
connection.go#L141: func (c *sshConn) ServerVersion() []byte {
server.go#L204: sshConn: sshConn{conn: c},
![]() |
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. |