Skip to content

Commit a6597b3

Browse files
authored
Revert "Don't try to authenticate twice when using ssh"
1 parent 9b69e1c commit a6597b3

3 files changed

Lines changed: 0 additions & 58 deletions

File tree

programs/client/Client.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ try
386386
if ((e.code() != ErrorCodes::AUTHENTICATION_FAILED && e.code() != ErrorCodes::REQUIRED_PASSWORD) ||
387387
config().has("password") ||
388388
config().getBool("ask-password", false) ||
389-
config().has("ssh-key-file") ||
390389
!is_interactive)
391390
throw;
392391

tests/queries/0_stateless/03780_failed_ssh.expect

Lines changed: 0 additions & 57 deletions
This file was deleted.

tests/queries/0_stateless/03780_failed_ssh.reference

Whitespace-only changes.

0 commit comments

Comments
 (0)