Searched refs:SSHArgs (Results 1 – 5 of 5) sorted by relevance
/external/syzkaller/vm/vmimpl/ |
D | util.go | 36 args := append(SSHArgs(debug, sshKey, port), sshUser+"@"+addr, pwd) 50 func SSHArgs(debug bool, sshKey string, port int) []string { func
|
/external/syzkaller/vm/isolated/ |
D | isolated.go | 133 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/ |
D | gce.go | 215 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/ |
D | odroid.go | 136 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/ |
D | qemu.go | 437 sshArgs := vmimpl.SSHArgs(inst.debug, inst.sshkey, inst.port)
|