package
2.0.5+incompatible
Repository: https://github.com/oracle-cne/ocne.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewCmdExecutor creates a new CmdExecutor.
NewScp returns a Scp interface.
NewSsh returns an Ssh interface.
NewSshTunnel returns an SshTunne interface.
RunBash runs a bash script.
RunBashChangeDirectory runs a bash script with the option of changing the directory that it operates in.
StartSshTunnel starts a tunnel in the background.
No description provided by the author

# Structs

ChanData is the data passed over the channel.
No description provided by the author
ConnectionConfig specifies info needed to run ssh/scp.
ScpConfig specifies info needed to run scp and retry if it fails.
SshConfig specifies config needed to run ssh/scp and retry if it fails.
No description provided by the author

# Interfaces

Scp defines the interface to run scp commands.
Ssh interface implements ssh functions.