The package golang.org.x.crypto.ssh provides a secure shell (SSH) implementation in the Go programming language. The ConnMetadata.RemoteAddr field is a property within this package that represents the remote address of an SSH connection. This field stores the network address and port of the remote SSH client. It can be used to retrieve information about the location of the client connecting to an SSH server implemented in Go.
Golang ConnMetadata.RemoteAddr - 26 examples found. These are the top rated real world Golang examples of golang.org/x/crypto/ssh.ConnMetadata.RemoteAddr extracted from open source projects. You can rate examples to help us improve the quality of examples.