The golang.org/x/crypto/ssh.ConnMetadata package in Golang provides a way to represent metadata related to a SSH connection. The ConnMetadata struct is used to store information such as the remote address and the client version string associated with the connection. This package is commonly used in Golang applications to retrieve and manipulate connection metadata in SSH scenarios.
Golang ConnMetadata - 30 examples found. These are the top rated real world Golang examples of golang.org/x/crypto/ssh.ConnMetadata extracted from open source projects. You can rate examples to help us improve the quality of examples.