From 4959d98b21ad34e287f07c328e30232ef862624e Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sun, 20 Oct 2024 09:16:32 +0100 Subject: [PATCH] Note on context switching Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- blog/_posts/2024-10-17-ssh-with-inlets-cloud.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/_posts/2024-10-17-ssh-with-inlets-cloud.md b/blog/_posts/2024-10-17-ssh-with-inlets-cloud.md index 3f9a242..512f5ff 100644 --- a/blog/_posts/2024-10-17-ssh-with-inlets-cloud.md +++ b/blog/_posts/2024-10-17-ssh-with-inlets-cloud.md @@ -110,6 +110,8 @@ inlets-pro sshmux server \ config.yaml ``` +Now switch to a machine you'll use to connect to the SSH services. This can be the same host for the sake of testing, but would probably be your laptop. + SSH does not support using a SNI header, or a TLS hostname, so we use sshmux to wrap the traffic with this header. You can use the `openssl` tool for this, or our convenience command `inlets-pro sshmux connect`.