← all writings

My Journey Through Networking, Docker, and SSH (So Far)

December 5, 2024docker · ssh · networking

So, I started learning some basic networking stuff alongside Docker, and then I got into SSH. At one point, I tried to connect my WSL to my phone’s terminal. Both were on the same network, so I thought it’d be simple, but nope it didn’t work. I tried everything asking for help on Discord, binge watching random YouTube tutorials… still nothing. After hours of frustration, I just gave up.

Later, I managed to get SSH working through a Docker container, and that gave me an idea why not create a GitHub repo with SSH installed inside a container? I could use it to mess around with networking tools and other cool stuff. But, as usual, things didn’t go as planned. I got stuck trying to access root privileges inside the container. So yeah, that’s where I’m at right now still figuring things out.