Entry tags:
waisting some CPU time
Given some people having rainbow tables I'm now waisting a lot of cpu time doing:
for i in 2046 3072 4096 6144 7680 8192 ; do ssh-keygen -G moduli-$i.candidates -b $i ssh-keygen -T moduli-$i -f moduli-$i.candidates done mv /etc/ssh/moduli /etc/ssh/moduli-normal cat moduli-[23478]* > /etc/ssh/moduli systemctl restart ssh.serviceThis should give me brand-new primes, used only by me. So even if 'bad people' spend a lot of time and money hacking the 20 odd 2048-bit primes distributed with ssh, I would be ... higher on their target list?
no subject
no subject
Wow, an attentive reader ;)
no subject
Trained on multiple years of frequent code reviews, I bet.
2046?
All the other sizes are nice round numbers.