From d084bc67d0407a7ec274c78be789ea5cc13e1dc6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 25 Sep 2003 20:44:43 +0000 Subject: Drop using ProtocolKeepAlive by default (as it does not solve the problem of freezing ADSL connections anyway). --- xsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsh') diff --git a/xsh b/xsh index caf5b8b..1e66121 100755 --- a/xsh +++ b/xsh @@ -87,7 +87,7 @@ fi titleopt="[$HOST]" if [ $HOST != "localhost" ]; then - ssh_opts="-C $ssh_opts -o ProtocolKeepAlives=300" + ssh_opts="-C $ssh_opts" fi # Pause for a moment if verbose -- cgit v1.2.3