Hacker News new | ask | show | jobs
by vindex10 249 days ago
It's not only docker. ssh forward port forwarding also by default binds to 0.0.0.0, if `<local>` is missing.

``` ssh -L [<local>:]8000:remote:8000 hopping ```

1 comments

ssh doesn't mess with your firewall though