Versions in this module Expand all Collapse all v1 v1.0.0 Apr 1, 2026 Changes in this version + var ErrReservedName = fmt.Errorf("name is a reserved command") + var ReservedNames = map[string]bool + func ValidateName(name string) error + type AuthType string + const AuthKey + const AuthPassword + type Connection struct + AuthType AuthType + CreatedAt string + Directory string + EncryptedPass []byte + Host string + ID int64 + IdentityFile string + Name string + PassNonce []byte + Port int + UpdatedAt string + User string + func (c Connection) DisplayLabel() string + func (c Connection) SSHTarget() string