fix: add identifyFile
This commit is contained in:
@@ -92,6 +92,7 @@ func restoreFromRemote(db *dbConfig, conf *RestoreConfig) {
|
|||||||
Port: sshConfig.port,
|
Port: sshConfig.port,
|
||||||
User: sshConfig.user,
|
User: sshConfig.user,
|
||||||
Password: sshConfig.password,
|
Password: sshConfig.password,
|
||||||
|
IdentifyFile: sshConfig.identifyFile,
|
||||||
RemotePath: conf.remotePath,
|
RemotePath: conf.remotePath,
|
||||||
LocalPath: tmpPath,
|
LocalPath: tmpPath,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user