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