Searched refs:NEW_IDS (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssh/contrib/
H A Dssh-copy-id193 # and has the side effect of setting $NEW_IDS
208 NEW_IDS=$(
235 if expr "$NEW_IDS" : "^ERROR: " >/dev/null ; then
236 printf '\n%s: %s\n\n' "$0" "$NEW_IDS" >&2
239 if [ -z "$NEW_IDS" ] ; then
243 printf '%s: INFO: %d key(s) remain to be installed -- if you are prompted now it is to install the new keys\n' "$0" "$(printf '%s\n' "$NEW_IDS" | wc -l)" >&2
252 for KEY in $(printf "%s" "$NEW_IDS" | cut -d' ' -f2) ; do
272 [ "$DRY_RUN" ] || printf '%s\n' "$NEW_IDS" | ssh "$@" "
277 ADDED=$(printf '%s\n' "$NEW_IDS" | wc -l)
286 $NEW_IDS
[all...]

Completed in 95 milliseconds