mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 11:56:50 +00:00
Change from interface to router
This commit is contained in:
parent
8b5f454812
commit
e6f11bd19b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user