My workplace has a sort of weird Internet connection. We have two connections, a DSL and a cable connection. Our server admin has it set up so that our router dynamically switches from one to another when the load gets too high. This effectively means that, to the outside world, my connection can have two IP addresses that switch between each other.
I often have to use SSH to log in to remote servers, but the connection doesn't stay alive long because after a while, I typically get bumped to the other outside connection. Is there a way I can set things up to prevent SSH from disconnecting?