Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh connection docs - more generic #2894

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions knowledgebase/how-to-connect-to-ch-cloud-using-ssh-keys.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
---
title: How to connect to CH Cloud using SSH Keys
description: "How to connect to CH Cloud using SSH Keys"
title: How to connect to ClickHouse using SSH Keys
description: "How to connect to ClickHouse and ClickHouse Cloud using SSH Keys"
date: 2024-07-25
---

# How to connect to CH Cloud using SSH Keys
# How to connect to ClickHouse using SSH Keys

### Question

How can I connect to CH Cloud service using SSH Key Authentication?
How can I connect to ClickHouse using SSH Key Authentication?

:::note
We use ClickHouse Cloud as an example here, but this example should also work on oss ClickHouse.
:::

<iframe width="100%" height="315" src="https://www.youtube.com/embed/Rhe-kUyrFUE?si=JgcAusW1TcEyRqPr" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

### Answer

Expand Down
Loading