[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: anoncvs ssh keys?
On Sun, 1 Sep 2002, Josh Jore wrote:
> Oh well. I just thought that perhaps it was already out there and I just
> didn't notice it. (except for just doing a scan-ssh and keeping the
> fingerprints myself)
So... since others might want this as well: after retrieving
http://www.openbsd.org/anoncvs.html into the file anoncvs.html execute:
perl -ne 'while (m{(?:anoncvs@|openbsd@)((?>[^:]+)):/[[:alpha:]]+}mg) {
print
"$1\n" }' anoncvs.html | ssk-keyscan -f - > keys.txt
That regex might not get all of them but it looks like it's most of them
anyway. I did this under the /bin/ksh shell so keep that in mind for shell
metacharacters.
Joshua b. Jore -{ weird geeky madness }-> http://www.greentechnologist.org