diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-06-01 10:45:19 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-06-01 10:45:19 +0000 |
commit | ab644abb8d729bf10c304f701650facb1a776933 (patch) | |
tree | dd628bca37573e99ae3eec82d25d1abe66c0bd4c /xsh | |
parent | 95ed51e692cc6f212e7eb6c5050416e86bed0f30 (diff) |
Enable ProtocolKeepAlive on remote connections.
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" + ssh_opts="-C $ssh_opts -o ProtocolKeepAlives=300" fi # Pause for a moment if verbose |