fix: typo
This commit is contained in:
parent
44e82005c4
commit
ac1991291d
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ export async function verifyRemoteDockerEngine(request: FastifyRequest, reply: F
|
||||||
Host: remoteIpAddress,
|
Host: remoteIpAddress,
|
||||||
Port: remotePort.toString(),
|
Port: remotePort.toString(),
|
||||||
User: remoteUser,
|
User: remoteUser,
|
||||||
IdentityFile: `${homedir}/id_rsa_verification_${id}`,
|
IdentityFile: `/tmp/id_rsa_verification_${id}`,
|
||||||
StrictHostKeyChecking: 'no'
|
StrictHostKeyChecking: 'no'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue