Skip to content

Instantly share code, notes, and snippets.

@brunohulk
Last active March 21, 2018 22:06
Show Gist options
  • Save brunohulk/adbfb349f32859862dce559cbc2f01ad to your computer and use it in GitHub Desktop.
Save brunohulk/adbfb349f32859862dce559cbc2f01ad to your computer and use it in GitHub Desktop.
Redirect ssh
ssh -fNg -L 8080:0.0.0.0:82 root@190.217.79.90 (Ip de destino)
Redireciona as requisições que chegam na porta 8080 para porta 82 no servidor 190.217.79.90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment