Change from interface to router

This commit is contained in:
Fabian Affolter 2017-11-02 11:58:48 +01:00
parent 8b5f454812
commit e6f11bd19b
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -30,7 +30,7 @@ First let's have a look at the command we are going to use. Use `man ssh` to get
```bash
$ ssh -L 8000:localhost:8123 user@[IP_ADDRESS_REMOTE]
| | | | | |
| | | | | |_ IP address or hostname of your public interface.
| | | | | |_ IP address or hostname of your router.
| | | | |_ Username on the remote system.
| | | |_ Port where the application is running.
| | |_ We want the frontend on this system.