Lines Matching defs:string
31 func newSSHClient(addr string, user string, passwd string) (*ssh.Client, error) {
41 func RunCmdViaSSHContext(ctx context.Context, addr string, user string, passwd string, cmd string) (err error) {
54 func RunCmdViaSSHContextNoRetry(ctx context.Context, addr string, user string, passwd string, cmd string) (err error) {
106 type Direct string
113 func TransFileViaSSH(verb Direct, addr string, user string, passwd string, remoteFile string, localFile string) error {
126 var prep string