From e6f11bd19b77caea4190c99edf55f8802a7cdb96 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 2 Nov 2017 11:58:48 +0100 Subject: [PATCH] Change from interface to router --- source/_posts/2017-11-02-secure-shell-tunnel.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.