fix: sftp keep alive

This commit is contained in:
Nicolas Meienberger
2025-12-21 15:27:32 +01:00
parent f926d5ec1f
commit c426bdcbf8

View File

@@ -176,6 +176,10 @@ const buildEnv = async (config: RepositoryConfig) => {
"UserKnownHostsFile=/dev/null",
"-o",
"LogLevel=VERBOSE",
"-o",
"ServerAliveInterval=60",
"-o",
"ServerAliveCountMax=240",
"-i",
keyPath,
];