summaryrefslogtreecommitdiff
path: root/xsh
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-09-25 20:44:43 +0000
committerJonas Smedegaard <dr@jones.dk>2003-09-25 20:44:43 +0000
commitd084bc67d0407a7ec274c78be789ea5cc13e1dc6 (patch)
tree6b01a1c5c027f7711eecd19d164cff0e301e9b5f /xsh
parent7e144b58bb657edca39ce3447885a36d58fa13ee (diff)
Drop using ProtocolKeepAlive by default (as it does not solve the problem of freezing ADSL connections anyway).
Diffstat (limited to 'xsh')
-rwxr-xr-xxsh2
1 files changed, 1 insertions, 1 deletions
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