I didn't know where else to post this. I figured that the best place to find Mac command line warriors was here. I also figured posting something like this to the general /r/apple sub would result in a bunch of fanboys being confused.
So I have a remote linux server running out of my parents home(because they have symmetrical fiber) and it is running docker instance of gitlab. I host a number of different codebases there that are proprietary client software that I need to keep private.
I've been using it fine for like 2 years. All of the sudden this week when I try to push my code I eventually get a timeout/broken pipe. The gitlab instance uses port 22 like it should, and the machine is using another port for its ssh. I have the exact same problem trying to ssh in on the other port.
However: If I use the ssh app on my iPhone (Blink) I can ssh in just fine, also from my iPad. If I ssh in to a RPi from my Mac, then ssh from that to the git server it works too. All of this on the same network.
So I thought maybe I would remove my known_hosts file and see if that changed things. It didn't.
I can't seem to find an answer on stack overflow or google. Anyone ever run into this problem, or have any suggestions on what might be able to fix the problem?
Thanks in advance.

Post a Comment