server keepalive

This commit is contained in:
Andras Bacsai 2023-05-03 11:28:13 +02:00
parent c420f89d48
commit 59d69587dd

View File

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