From ab644abb8d729bf10c304f701650facb1a776933 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 1 Jun 2003 10:45:19 +0000 Subject: Enable ProtocolKeepAlive on remote connections. --- xsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsh') diff --git a/xsh b/xsh index 1e66121..caf5b8b 100755 --- a/xsh +++ b/xsh @@ -87,7 +87,7 @@ fi titleopt="[$HOST]" if [ $HOST != "localhost" ]; then - ssh_opts="-C $ssh_opts" + ssh_opts="-C $ssh_opts -o ProtocolKeepAlives=300" fi # Pause for a moment if verbose -- cgit v1.2.3