mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
server keepalive
This commit is contained in:
parent
c420f89d48
commit
59d69587dd
1 changed files with 1 additions and 0 deletions
|
|
@ -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} "
|
||||
|
|
|
|||
Loading…
Reference in a new issue