Documentation
¶
Index ¶
- func CopyFrom(args SSHArgs, rootDir string, sourcePath string) error
- func MakeTestSSHFile(t *testing.T, args SSHArgs, filePath, content string)
- func RemoveTestSSHFile(t *testing.T, args SSHArgs, fileName string)
- func Run(args SSHArgs, cmd string) (string, error)
- func RunRead(args SSHArgs, cmd string) (io.Reader, error)
- type ProxyJumpArgs
- type SSHArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFrom ¶ added in v0.3.0
CopyFrom copies one or more files using SCP from remote host and returns the paths of files that were successfully copied.
func MakeTestSSHFile ¶ added in v0.3.0
func RemoveTestSSHFile ¶ added in v0.3.0
Types ¶
type ProxyJumpArgs ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.