From 593017fe825a4b657c189c5a393b9b4a962f06d8 Mon Sep 17 00:00:00 2001 From: Tracy Miranda Date: Mon, 18 Dec 2023 17:41:27 -0500 Subject: [PATCH] Add SSH FAQ entry for ssh config --- reference/faq.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/faq.mdx b/reference/faq.mdx index 9833c33..263b789 100644 --- a/reference/faq.mdx +++ b/reference/faq.mdx @@ -17,3 +17,7 @@ We currently only support `bash`. Your environment (including variables, functi ## Why do international characters appear as question marks? It is a known issue that Wave Terminal does not support international unicode characters yet. We are investigating a solution and tracking the issue [here](https://github.com/wavetermdev/waveterm/issues/88) + +## How do I specify SSH options such as PubkeyAcceptedKeyTypes? + +Currently there is no way to specify these option in the Connections UI. A workaround is to add the options to your ~/.ssh/config file. Wave Terminal uses ssh natively under the hood and so any options set in your ssh config will be picked up by Wave directly. \ No newline at end of file