| Main Archive Page > Month Archives > openssh-unix-dev archives |
[2011-08-14 00:30:10 -0000] Damien Miller:
> Live testing on suitable non-production systems is also
> appreciated. Please send reports of success or failure to
> openssh-unix-dev@mindrot.org.
It looks like ssh-copy-id misses a backslash on line 28:
GET_ID="cat "${ID_FILE}\""
should be:
GET_ID="cat \"${ID_FILE}\""
Apart from that, I detected no issue on an up-to-date Arch Linux x86_64
system; everything works as expected.
Cheers.
-- Gaetan _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev