diff options
-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 |