Last active
November 15, 2016 04:23
-
-
Save platinumthinker/122d8cdc18785daf705c9ae8f803acb1 to your computer and use it in GitHub Desktop.
ssh port forwarding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) проброс с текущего компа с порта 8888 на порт 192.168.23.30:8889 : | |
| ssh -N -R 127.0.0.1:8889:0.0.0.0:8888 mixo@192.168.23.30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment