diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-09-25 20:44:43 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-09-25 20:44:43 +0000 |
commit | d084bc67d0407a7ec274c78be789ea5cc13e1dc6 (patch) | |
tree | 6b01a1c5c027f7711eecd19d164cff0e301e9b5f /xsh | |
parent | 7e144b58bb657edca39ce3447885a36d58fa13ee (diff) |
Drop using ProtocolKeepAlive by default (as it does not solve the problem of freezing ADSL connections anyway).
Diffstat (limited to 'xsh')
-rwxr-xr-x | xsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |