Skip to content

Commit e6f11bd

Browse files
committed
Change from interface to router
1 parent 8b5f454 commit e6f11bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/2017-11-02-secure-shell-tunnel.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ First let's have a look at the command we are going to use. Use `man ssh` to get
3030
```bash
3131
$ ssh -L 8000:localhost:8123 user@[IP_ADDRESS_REMOTE]
3232
| | | | | |
33-
| | | | | |_ IP address or hostname of your public interface.
33+
| | | | | |_ IP address or hostname of your router.
3434
| | | | |_ Username on the remote system.
3535
| | | |_ Port where the application is running.
3636
| | |_ We want the frontend on this system.

0 commit comments

Comments
 (0)