also report ssh timeouts

Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
Nico Schottelius 2008-06-13 10:49:20 +02:00
parent cdebda1c32
commit a9dd91ffef
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ if [ "$search_err" ]; then
set -- "$@" "-e" 'cannot send long-named file "'
set -- "$@" "-e" 'ERROR: .* failed verification -- update discarded.$'
set -- "$@" "-e" 'Host key verification failed.'
set -- "$@" "-e" 'ssh: connect to host .*: Connection timed out'
set -- "$@" "-e" 'rsync error: unexplained error (code 255)'
set -- "$@" "-e" 'rsync: connection unexpectedly closed'
fi