|
Line
Link Here
|
| 0 |
-- /usr/bin/ssh-copy-id 2013-06-05 14:48:45.000000000 +0200 |
0 |
++ ssh-copy-id 2016-05-19 15:32:34.839253346 +0200 |
|
Lines 216-221
Link Here
|
| 216 |
# find if only given the contents of the .pub file in an unrelated tmpfile |
216 |
# find if only given the contents of the .pub file in an unrelated tmpfile |
| 217 |
ssh -i "${PRIV_ID_FILE:-$L_TMP_ID_FILE}" \ |
217 |
ssh -i "${PRIV_ID_FILE:-$L_TMP_ID_FILE}" \ |
| 218 |
-o PreferredAuthentications=publickey \ |
218 |
-o PreferredAuthentications=publickey \ |
|
|
219 |
-o LogLevel=info \ |
| 219 |
-o IdentitiesOnly=yes "$@" exit 2>$L_TMP_ID_FILE.stderr </dev/null |
220 |
-o IdentitiesOnly=yes "$@" exit 2>$L_TMP_ID_FILE.stderr </dev/null |
| 220 |
if [ "$?" = "$L_SUCCESS" ] ; then |
221 |
if [ "$?" = "$L_SUCCESS" ] ; then |
| 221 |
: > $L_TMP_ID_FILE |
222 |
: > $L_TMP_ID_FILE |