ssh_tunnel: fix typos

This commit is contained in:
openoms
2019-12-15 11:44:38 +00:00
parent e2c19c5292
commit c7c2dbc719

View File

@@ -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