ssh timeout + docker install

This commit is contained in:
Andras Bacsai
2023-05-02 19:15:17 +02:00
parent 58d51dd128
commit 910e8279a0
3 changed files with 7 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ if (!function_exists('generateSshCommand')) {
$ssh_command .= "-i {$private_key_location} "
. '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null '
. '-o PasswordAuthentication=no '
. '-o ConnectTimeout=3600 '
. '-o RequestTTY=no '
. '-o LogLevel=ERROR '
. "-p {$port} "