1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: issue with some SSH connections, fixes #947

This commit is contained in:
2025-02-14 17:58:49 +01:00
parent c6d67cef01
commit 3129bf4baa
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ export class MySQLClient extends BaseClient {
remotePort: this._params.port
});
dbConfig.host = this._ssh.config[0].host;
// dbConfig.host = this._ssh.config[0].host;
dbConfig.port = tunnel.localPort;
}
catch (err) {