server keepalive
This commit is contained in:
parent
c420f89d48
commit
59d69587dd
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ function generateSshCommand(string $private_key_location, string $server_ip, str
|
|||
. '-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