You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to authenticate to ClickHouse via SSH key instead of password. I already have multiple users that have been created without password (... IDENTIFIED BY ssh_key ...) that needs to run user and role creation statements.
I tried to use SSH tunnel, but the port 22 is not open on the ClickHouse server, so all I'm thinking is to replicate the native client behavior.
I'd like to authenticate to ClickHouse via SSH key instead of password. I already have multiple users that have been created without password (
... IDENTIFIED BY ssh_key ...
) that needs to run user and role creation statements.I tried to use SSH tunnel, but the port 22 is not open on the ClickHouse server, so all I'm thinking is to replicate the native client behavior.
I tried this:
which gives:
but I suspect that
keyfile
is for mutual TLS, not SSH authentication.I could help with this if you can point me to the right direction.
The text was updated successfully, but these errors were encountered: