# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CircuitBreak wraps a ConnectFunc and ensures that the ConnectFunc will not be called again when a previous call returned an error.
Connect returns a ConnectFunc which validates the provided ConnectOption when the connection is established.
ConnectCustom returns a ConnectFunc to a remote net.Addr using a connection method NetConnectFunc.
Dial returns a NetConnectFunc which connects to the remote via net.Dial.
No description provided by the author
No description provided by the author
No description provided by the author
NetCircuitBreaker wraps a NetConnectFunc and ensures that the NetConnectFunc will not be called again when a previous call returned an error.
NetRetry wraps a NetConnectFunc and attempts retries according to the provided retry.Backoff.
No description provided by the author
No description provided by the author
ParseBase64PublicKey parses a base64 encoded SSH public key using ssh.ParsePublicKey.
No description provided by the author
Prepare returns a ConnectFunc and validates the provided ConnectOption immediately.
PrivateKey returns an AuthMethod which authenticates using a private key.
Proxy returns a NetConnectFunc which connects to the remote via a proxy Client.
Retry wraps a NetConnectFunc and attempts retries according to the provided retry.Backoff.
StaticHostKey returns an ssh.HostKeyCallback which accepts only the provided public key.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

Client is high level ssh client which relies on golang.org/x/crypto/ssh.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author