Searched refs:ssh_opts (Results 1 – 4 of 4) sorted by relevance
533 ssh_opts = [f"-o{k}={v}" for k, v in opts.items()]534 self.ssh_cmd = cmd("ssh", host, "-T", *ssh_opts)535 self.scp_cmd = cmd("scp", *ssh_opts)
128 def ssh_opts(arch: Arch) -> Dict[str, str]: function140 return [f"-o{k}={v}" for k, v in ssh_opts(arch).items()]
41 local ssh_opts=( -n -o BatchMode=yes -o StrictHostKeyChecking=no
390 remote = Remote("localhost", testvm.ssh_opts(get_vm_arch(triple)))