You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/_posts/2024-10-17-ssh-with-inlets-cloud.md
+15-13
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,20 @@ You will of course need to follow the general security advise on hardening SSH,
44
44
* OpenSSH set up on one or more machines in your private network, follow the usual security precautions like disabling *Root access* and *Password authentication*
45
45
* An inlets cloud account, you can sign up for free at [cloud.inlets.dev](https://cloud.inlets.dev)
46
46
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
+
47
61
## Create a tunnel on inlets-cloud
48
62
49
63
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 \
70
84
71
85
We remap any incoming requests to the hosted server on port 443, to port 8443, which is the default port for sshmux.
72
86
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".
0 commit comments