Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultHeight = 40
DefaultWidth = 80
)
Variables ¶
This section is empty.
Functions ¶
func MarshalED25519PrivateKey ¶ added in v0.0.452
func MarshalED25519PrivateKey(key ed25519.PrivateKey, comment string) []byte
// stolen from `mikesmitty`, thanks, you are a mikesmitty and a scholar
Types ¶
type Client ¶
type Client struct {
Addr string
User string
Dial func(ctx context.Context, network, addr string) (net.Conn, error)
PrivateKey, Certificate string
Client *ssh.Client
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.