fix: sftp keep alive
This commit is contained in:
parent
f926d5ec1f
commit
c426bdcbf8
1 changed files with 4 additions and 0 deletions
|
|
@ -176,6 +176,10 @@ const buildEnv = async (config: RepositoryConfig) => {
|
||||||
"UserKnownHostsFile=/dev/null",
|
"UserKnownHostsFile=/dev/null",
|
||||||
"-o",
|
"-o",
|
||||||
"LogLevel=VERBOSE",
|
"LogLevel=VERBOSE",
|
||||||
|
"-o",
|
||||||
|
"ServerAliveInterval=60",
|
||||||
|
"-o",
|
||||||
|
"ServerAliveCountMax=240",
|
||||||
"-i",
|
"-i",
|
||||||
keyPath,
|
keyPath,
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue