• Chreutz@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    10 months ago

    Back in University (2010-2013), I lived in a dorm on campus that had internet through the university’s network.

    It was extremely cheap and fast (100/100 at equivalent to 3 USD per month), but Internet access was metered with a max of 50 GB / month.

    However, access to University resources was not metered, and every student had ssh access to the datacenter.

    That -D was a godsend.

  • namingthingsiseasy@programming.dev
    link
    fedilink
    arrow-up
    9
    ·
    10 months ago

    Fantastic way to get around firewalls. One of my previous jobs firewalled every server which made developing our network services hell. But they installed an SSH server on pretty much every machine in on the LAN. We got really really good at learning how to set up local port tunnels (even multi-hop ones) to get our work done.

  • gnzl@nc.gnzl.cl
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    The local and remote port options sound exactly like something I’ve needed multiple times in the past, I’ll keep this saved for when it happens again. Great stuff!