Site updated at 2017-11-02 11:12:03 UTC

This commit is contained in:
Travis CI 2017-11-02 11:12:04 +00:00
parent 6bb6e0267a
commit e7b29cb462
26 changed files with 67 additions and 67 deletions

View file

@ -99,7 +99,7 @@ On your local system you need only a SSH client and you need to be in a network
<p>First lets have a look at the command we are going to use. Use <code class="highlighter-rouge">man ssh</code> to get more information.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>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.