Call for testing: OpenSSH-5.9

Gaetan Bisson bisson at archlinux.org
Tue Aug 16 16:26:51 EST 2011


[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 at 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


More information about the openssh-unix-dev mailing list