This update for openssh fixes the following issues:
Security vulnerabilities addressed:
CVE-2019-6109: Fixed an character encoding issue in the progress display of
the scp client that could be used to manipulate client output, allowing
for spoofing during file transfers (bsc#1121816)
CVE-2019-6111: Properly validate object names received by the scp client to
prevent arbitrary file overwrites when interacting with a malicious SSH server
(bsc#1121821)
Other bug fixes and changes:
Handle brace expansion in scp when checking that filenames sent
by the server side match what the client requested (bsc#1125687)