Skip to content

Commit

Permalink
Fix a couple of typos
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 efaa7fc commit c6bec13
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions blog/_posts/2024-10-17-ssh-with-inlets-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ You will of course need to follow the general security advise on hardening SSH,
* OpenSSH set up on one or more machines in your private network, follow the usual security precautions like disabling *Root access* and *Password authentication*
* An inlets cloud account, you can sign up for free at [cloud.inlets.dev](https://cloud.inlets.dev)

## Install the inlets-pro client

Since the inlets-pro tunnel server will be hosted for us, we only need to download the inlets-pro client.

If you haven't already, install the inlets-pro client:

```bash
curl -sLSf https://get.arkade.dev | sudo sh

arkade get inlets-pro
```

Alternatively, download the binary from the [inlets-pro releases page](https://github.com/inlets/inlets-pro/releases).

## Create a tunnel on inlets-cloud

Create a new tunnel, the name is not important, but the list of sub-domains is, this is where you add one entry for each host you want to access.
Expand All @@ -70,19 +84,7 @@ inlets-pro uplink client \

We remap any incoming requests to the hosted server on port 443, to port 8443, which is the default port for sshmux.

Run the command to start the tunnel, it should day "Connection established".

## Install the inlets-pro client

If you haven't already, install the inlets-pro client:

```bash
curl -sLSf https://get.arkade.dev | sudo sh

arkade install inlets-pro
```

Alternatively, download the binary from the [inlets-pro releases page](https://github.com/inlets/inlets-pro/releases).
Run the command to start the tunnel, when connected, you'll see the text: "Connection established".

## Start sshmmux

Expand Down

0 comments on commit c6bec13

Please sign in to comment.