Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseWindowChangeReq ¶
Types ¶
type ECDSAKey ¶
type ECDSAKey struct {
// contains filtered or unexported fields
}
func NewECDSAKey ¶
func (*ECDSAKey) GetFingerprint ¶
GetFingerprint returns the fingerprint of the public key
func (*ECDSAKey) GetPrivateKey ¶
GetPrivateKey returns the private key in PEM format
func (*ECDSAKey) GetPublicKey ¶
GetPublicKey returns the public key in SSH format
type ExitStatus ¶
type ExitStatus struct {
Status uint32
}
type ExtendedChannel ¶
func NewExtendedChannel ¶
func NewExtendedChannel(channel ssh.Channel) *ExtendedChannel
func (*ExtendedChannel) CloseWithStatus ¶
func (e *ExtendedChannel) CloseWithStatus(status int)
Click to show internal directories.
Click to hide internal directories.