Skip to content

Instantly share code, notes, and snippets.

@platinumthinker
Last active November 15, 2016 04:23
Show Gist options
  • Select an option

  • Save platinumthinker/122d8cdc18785daf705c9ae8f803acb1 to your computer and use it in GitHub Desktop.

Select an option

Save platinumthinker/122d8cdc18785daf705c9ae8f803acb1 to your computer and use it in GitHub Desktop.
ssh port forwarding
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