ClickHouse / clickhouse-docs

Official documentation for ClickHouse
https://clickhouse.com/docs
Other
112 stars 257 forks source link

Document connecting to `clickhouse client` using SSH. #1771

Open johnnymatthews opened 9 months ago

johnnymatthews commented 9 months ago

It's possible to log into a Clickhouse client over SSH, rather than typical password auth. All the information we need is nicely packaged in this video.

The content should live under docs/en/managing-clickhouse/security/ssh-keys.md.

kkarthislm commented 9 months ago

@johnnymatthews it is already on production https://clickhouse.com/docs/en/guides/sre/ssl-user-auth

src : docs/en/guides/sre/user-management/ssl-user-auth.md

mkmik commented 3 months ago

@johnnymatthews it is already on production https://clickhouse.com/docs/en/guides/sre/ssl-user-auth

src : docs/en/guides/sre/user-management/ssl-user-auth.md

that doc is about SSL not SSH