We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb64a24 + 9b0faa7 commit afe1b8dCopy full SHA for afe1b8d
src/dut.rs
@@ -45,7 +45,7 @@ use crate::util::shell_helpers::get_stderr;
45
use crate::util::shell_helpers::get_stdout;
46
use crate::util::shell_helpers::run_bash_command;
47
48
-const COMMON_SSH_OPTIONS: [&str; 16] = [
+const COMMON_SSH_OPTIONS: [&str; 14] = [
49
// Do not read ~/.ssh/config to avoid effects comes from ssh_config
50
"-F",
51
"none",
@@ -64,9 +64,6 @@ const COMMON_SSH_OPTIONS: [&str; 16] = [
64
// Silence the "Warning: Permanently added ... to the list of known hosts" message
65
"-o",
66
"LogLevel=ERROR",
67
- // Set connection timeout to give up quickly
68
- "-o",
69
- "ConnectTimeout=5",
70
// Try pubkey auth only
71
72
"PreferredAuthentications=publickey",
0 commit comments