diff --git a/source/_posts/2017-11-02-secure-shell-tunnel.markdown b/source/_posts/2017-11-02-secure-shell-tunnel.markdown index ce92a6a5df9..0d346e5389a 100644 --- a/source/_posts/2017-11-02-secure-shell-tunnel.markdown +++ b/source/_posts/2017-11-02-secure-shell-tunnel.markdown @@ -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.