Skip to content

Commit

Permalink
Note on context switching
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 20, 2024
1 parent a830b83 commit 4959d98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blog/_posts/2024-10-17-ssh-with-inlets-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 4959d98

Please sign in to comment.