Home
last modified time | relevance | path

Searched refs:SSHArgs (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/vm/vmimpl/
Dutil.go36 args := append(SSHArgs(debug, sshKey, port), sshUser+"@"+addr, pwd)
50 func SSHArgs(debug bool, sshKey string, port int) []string { func
/external/syzkaller/vm/isolated/
Disolated.go133 args := append(vmimpl.SSHArgs(inst.debug, inst.sshKey, inst.targetPort),
260 …args := append(vmimpl.SSHArgs(inst.debug, inst.sshKey, inst.targetPort), inst.sshUser+"@"+inst.tar…
272 args = vmimpl.SSHArgs(inst.debug, inst.sshKey, inst.targetPort)
/external/syzkaller/vm/gce/
Dgce.go215 conArgs := append(vmimpl.SSHArgs(inst.debug, inst.gceKey, 9600), conAddr)
260 args := append(vmimpl.SSHArgs(inst.debug, inst.sshKey, 22), inst.sshUser+"@"+inst.ip, command)
372 conArgs := append(vmimpl.SSHArgs(pool.env.Debug, gceKey, 9600), conAddr)
/external/syzkaller/vm/odroid/
Dodroid.go136 args := append(vmimpl.SSHArgs(inst.debug, inst.sshkey, 22), "root@"+inst.cfg.Slave_Addr, command)
324 args := append(vmimpl.SSHArgs(inst.debug, inst.sshkey, 22),
/external/syzkaller/vm/qemu/
Dqemu.go437 sshArgs := vmimpl.SSHArgs(inst.debug, inst.sshkey, inst.port)