fix: typo
This commit is contained in:
parent
44e82005c4
commit
ac1991291d
@ -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…
x
Reference in New Issue
Block a user