Brad Lucas

Programming, Clojure and other interests
July 31, 2006

Scp Timeouts

If you have put scripts using scp that timeout due to a slow connection or if you are tunneling out through a proxy. Ty the following flags passed into scp.

-o ServerAliveCountMax=1500 -o ServerAliveInterval=20
Tags: linux scp