From c7c2dbc719c439e53fce99d59bcfe3bc7cf08c23 Mon Sep 17 00:00:00 2001 From: openoms Date: Sun, 15 Dec 2019 11:44:38 +0000 Subject: [PATCH] ssh_tunnel: fix typos --- ssh_tunnel.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ssh_tunnel.md b/ssh_tunnel.md index 7977821..81673e6 100644 --- a/ssh_tunnel.md +++ b/ssh_tunnel.md @@ -8,7 +8,7 @@ ## Requirements: * a Virtual Private Server (VPS) - eg. a minimal package on Lunanode for ~3.5$/month * root access on the VPS - only root can forward ports under no. 1000 -* ssh access to the host computer (from where the ports will be forwarded from) +* ssh access to the host computer (where the ports will be forwarded from) ## On the host computer @@ -41,7 +41,7 @@ Can just paste these on the end of the file: ``` CTRL+O, ENTER to save, CTRL+X to exit. -* restart the sshd service (WARNING: you can lose acccess at this point if the config is wrong): +* restart the sshd service (WARNING: you can lose access at this point if the config is wrong): `sudo systemctl restart sshd` ## Back to the host computer @@ -84,7 +84,6 @@ You should be able access the ports/services of the host computer through the IP * To check if tunnel is active on the VPS: `$ netstat -tulpn` - ## Resources https://github.com/rootzoll/raspiblitz/blob/master/FAQ.md#how-to-setup-port-forwarding-with-a-ssh-tunnel