ssh

package
v0.88.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2026 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KnownHostsEnvVar  = "SSH_KNOWN_HOSTS"
	DefaultGitSSHUser = "git" // Default SSH user for Git servers
	DefaultGitSSHPort = 22    // Default SSH port for Git servers
)
View Source
const (
	SocketAgentSocketEnvVar = "SSH_AUTH_SOCK"
)

Variables

View Source
var ErrSSHAgentSocketPathEmpty = errors.New("socket path cannot be empty")
View Source
var (
	KnownHostsFilePath = filepath.Join(os.TempDir(), "known_hosts")
)

Functions

func AddToKnownHosts added in v0.67.1

func AddToKnownHosts(url string) error

AddToKnownHosts adds the host from the SSH URL to the known_hosts file.

func IsHostKeyMismatchError added in v0.78.0

func IsHostKeyMismatchError(err error) bool

IsHostKeyMismatchError returns true when an SSH operation failed due to host key mismatch.

func RefreshKnownHost added in v0.78.0

func RefreshKnownHost(url string) error

RefreshKnownHost replaces the known_hosts entry for the given SSH URL and fetches the current server key.

func RegisterSSHAgent added in v0.84.0

func RegisterSSHAgent(ctx context.Context, log *slog.Logger, privateKey string, passphrase string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL