diff options
| author | Artur Boryś <artur.borys13@gmail.com> | 2021-07-09 17:21:26 +0200 |
|---|---|---|
| committer | Artur Boryś <artur.borys13@gmail.com> | 2021-07-09 17:21:26 +0200 |
| commit | 5ef01d1dec6490e9bc1323c99b85c1f22f7428bb (patch) | |
| tree | a0d1c057596d9822cb595967dd8cd7a8be297e90 /sshadvanced.html | |
| parent | 714d4dc2ee13268680f3ac3e43093a758f39eaf6 (diff) | |
[sshadvanced] fix typo
Diffstat (limited to 'sshadvanced.html')
| -rw-r--r-- | sshadvanced.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshadvanced.html b/sshadvanced.html index de5bd9a..46d7819 100644 --- a/sshadvanced.html +++ b/sshadvanced.html @@ -133,7 +133,7 @@ Host * <code><pre>ssh -L localhost:8080:192.168.178.25:80 username@example.com</pre></code> </p> <p> - The above command states that any traffic comming from your device (and only your's, because of <code>localhost</code>) will be routed via the + The above command states that any traffic comming from your device (and only yours, because of <code>localhost</code>) will be routed via the SSH channel to <code>192.168.178.25:80</code> in the server's network. </p> <p> |
