Skip to content

Commit efaa7fc

Browse files
committed
Embed inlets-cloud sshmux video
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 29eb55c commit efaa7fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,14 @@ The port override for `443` is not necessary since the .ssh/config file will han
180180

181181
You've now got a secure way to access any host on your network, without needing to host a tunnel server, or to set up a VPN. This is a great way to access your home network, or to provide support to friends and family.
182182

183+
**Adding extra hosts**
184+
183185
Any time you want to add or remove a host, you can do so via the inlets-cloud dashboard, by navigating to the "Tunnels" page and editing the list of domains. Then make sure you have an entry in your sshmux config file, and restart it with the new configuration.
184186

185187
Access is completely private, there is no way to decrypt the SSH traffic, and it gets passed directly on to your own machine inside your local network.
186188

189+
**IP filtering/allow list**
190+
187191
For taking things further, sshmux also supports an IP allow list, which will be available in inlets-cloud shortly, or which you can use already today with the self-hosted version of inlets-pro.
188192

189193
If the IP for your mobile hotspot was 35.202.222.154, you could write the following to restrict access to `nuc.example.com` to only yourself:
@@ -196,3 +200,6 @@ upstreams:
196200
- 35.202.222.154
197201
```
198202
203+
Watch a video walk-through of this tutorial:
204+
205+
{% include youtube.html id="ws3-VlL2884" %}

0 commit comments

Comments
 (0)