TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Connection over a bastion that requires a username/password and a sshkey does not work

Open chrisptree opened this issue 3 years ago • 0 comments

Please answer the questions below, it helps us to track the issue.

  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): MariaDB

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Build 210

  3. The steps to reproduce this issue: 3.1 Create a linux server that requires a username/password and a sshkey 3.2 Add a user unto that server with a password 3.2 Create a sshkey to link to that user (ssh-keygen and load the private key unto your desktop) 3.3 Configure your connexion as shown below: image 3.4 Test your connection and you should have this: image In the SSH Debug Log, I have:

[14:31:18.916437] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[14:31:18.916437] packet_send2: packet: wrote [type=50, len=1152, padding_size=15, comp=1136, payload=1136]
[14:31:18.916437] ssh_socket_pollcallback: Poll callback on socket 4868 (POLLOUT ), out buffer 0
[14:31:18.916437] ssh_socket_pollcallback: sending control flow event
[14:31:18.916437] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[14:31:18.958416] ssh_socket_pollcallback: Poll callback on socket 4868 (POLLIN ), out buffer 0
[14:31:18.958416] ssh_packet_socket_callback: packet: read type 51 [len=32,padding=17,comp=14,payload=14]
[14:31:18.958416] ssh_packet_process: Dispatching handler for packet type 51
[14:31:18.958416] ssh_packet_userauth_failure: Partial success for 'publickey'. Authentication that can continue: password

Noted: If the bug is related to data, please attach an example SQL data.

chrisptree avatar Oct 14 '22 18:10 chrisptree