Skip to content

Commit c6bec13

Browse files
committed
Fix a couple of typos
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent efaa7fc commit c6bec13

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Diff for: blog/_posts/2024-10-17-ssh-with-inlets-cloud.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ You will of course need to follow the general security advise on hardening SSH,
4444
* OpenSSH set up on one or more machines in your private network, follow the usual security precautions like disabling *Root access* and *Password authentication*
4545
* An inlets cloud account, you can sign up for free at [cloud.inlets.dev](https://cloud.inlets.dev)
4646

47+
## Install the inlets-pro client
48+
49+
Since the inlets-pro tunnel server will be hosted for us, we only need to download the inlets-pro client.
50+
51+
If you haven't already, install the inlets-pro client:
52+
53+
```bash
54+
curl -sLSf https://get.arkade.dev | sudo sh
55+
56+
arkade get inlets-pro
57+
```
58+
59+
Alternatively, download the binary from the [inlets-pro releases page](https://github.com/inlets/inlets-pro/releases).
60+
4761
## Create a tunnel on inlets-cloud
4862

4963
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.
@@ -70,19 +84,7 @@ inlets-pro uplink client \
7084

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

73-
Run the command to start the tunnel, it should day "Connection established".
74-
75-
## Install the inlets-pro client
76-
77-
If you haven't already, install the inlets-pro client:
78-
79-
```bash
80-
curl -sLSf https://get.arkade.dev | sudo sh
81-
82-
arkade install inlets-pro
83-
```
84-
85-
Alternatively, download the binary from the [inlets-pro releases page](https://github.com/inlets/inlets-pro/releases).
87+
Run the command to start the tunnel, when connected, you'll see the text: "Connection established".
8688

8789
## Start sshmmux
8890

0 commit comments

Comments
 (0)