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

/freebsd-10-stable/crypto/openssh/contrib/
H A Dssh-copy-id95 GET_ID="cat \"$PUB_ID_FILE\""
99 GET_ID="ssh-add -L"
192 if [ -z "$(eval $GET_ID)" ] && [ -r "${PUB_ID_FILE:=$DEFAULT_PUB_ID_FILE}" ] ; then
196 if [ -z "$(eval $GET_ID)" ] ; then
207 NEW_IDS=$(eval $GET_ID)
224 eval $GET_ID | {

Completed in 53 milliseconds