We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f6d9e commit 3e72167Copy full SHA for 3e72167
redisinsight/api/src/modules/database-import/ssh-import.service.ts
@@ -35,7 +35,7 @@ export class SshImportService {
35
}
36
37
} else {
38
- sshOptions.password = data.sshPassword;
+ sshOptions.password = data.sshPassword || null;
39
40
41
if (!sshOptions || (sshOptions?.privateKey && !isValidSshPrivateKey(sshOptions.privateKey))) {
0 commit comments