Skip to content

Instantly share code, notes, and snippets.

@AKB428
Created June 16, 2015 16:00
Show Gist options
  • Save AKB428/e6ed0c82e7a1f206cfde to your computer and use it in GitHub Desktop.
Save AKB428/e6ed0c82e7a1f206cfde to your computer and use it in GitHub Desktop.
OSXでssh ポートフォワードするときに channel 1: open failed: administratively prohibited: open failed” ref: http://qiita.com/AKB428/items/7cd75bb25e6e9536adc4
ssh -L 14040:hostname:4040 root@hostname
ssh -L 14040:XXX.XXX.XXX.XXX:4040 root@hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment