fix: scp without host verification & cert copy

This commit is contained in:
Andras Bacsai
2022-09-26 09:52:04 +02:00
parent d8ce673088
commit 6f57298cbb
2 changed files with 36 additions and 30 deletions

View File

@@ -531,6 +531,7 @@ export async function createRemoteEngineConfiguration(id: string) {
if (!foundWildcard) {
config.append({
Host: '*',
StrictHostKeyChecking: 'no',
ControlMaster: 'auto',
ControlPath: `${homedir}/.ssh/coolify-%r@%h:%p`,
})