forked from ungleich-public/ccollect
also report ssh timeouts
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
parent
cdebda1c32
commit
a9dd91ffef
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue