Comment by amelius
My company blocks ssh. Is there a way to tunnel this through HTTP?
My company blocks ssh. Is there a way to tunnel this through HTTP?
Cockscrew might fit your usecase[1]
Use that from home or a mobile phone connection?
You probably aren't supposed to update your personal website and stuff when you are working for your company anyway.
I have heard that SSH could be tunneled over DNS UDP packets.
This looks like a decent article, will read later.
https://medium.com/@rogergalo/learn-how-easy-is-to-bypass-fi...
Agreed. You can host both SSH and HTTPS on port 443. I know this used to be possible with HAProxy, but now Nginx can do it as well. This way you are hosting normal HTTPS traffic when a browser is used and SSH otherwise.
Now, if your company is actually blocking the SSH protocol, you’ll have to do something like tunneling SSH through SSL, which is also possible… but not as easier IIRC.
I agree. Something like what GitHub offers? https://docs.github.com/en/authentication/troubleshooting-ss...