Blame SOURCES/openssh-6.6p1-ssh-copy-id-quiet.patch

f8987c
diff -up openssh-6.6p1/contrib/ssh-copy-id.quiet openssh-6.6p1/contrib/ssh-copy-id
f8987c
--- openssh-6.6p1/contrib/ssh-copy-id.quiet	2016-06-27 13:42:47.844393842 +0200
f8987c
+++ openssh-6.6p1/contrib/ssh-copy-id	2016-06-27 13:42:57.861398744 +0200
f8987c
@@ -215,6 +215,7 @@ populate_new_ids() {
f8987c
         # The point being that if file based, ssh needs the private key, which it cannot
f8987c
         # find if only given the contents of the .pub file in an unrelated tmpfile
f8987c
         ssh -i "${PRIV_ID_FILE:-$L_TMP_ID_FILE}" \
f8987c
+            -o LogLevel=INFO \
f8987c
             -o PreferredAuthentications=publickey \
f8987c
             -o IdentitiesOnly=yes "$@" exit 2>$L_TMP_ID_FILE.stderr 
f8987c
         if [ "$?" = "$L_SUCCESS" ] ; then