ssh-copy-id

Mark Felder feld at FreeBSD.org
Fri Feb 28 20:20:28 UTC 2014


I modified it like this:

                        echo "alg $alg"              
                        echo "key $key"
                        echo "comment $comment"
                        printf "$alg $key $comment\n" >> "$keyfile" ; \


so I could see where printf was breaking. It's breaking on the first one
-- $alg

Unmatched '.
key: Undefined variable.
comment: Undefined variable.


More information about the freebsd-stable mailing list