CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/06 21:53:12
Modified files:
usr.bin/ssh : ssh-keygen.1 ssh-keygen.c
Log message:
When generating all hostkeys (ssh-keygen -A), clobber existing keys
if they exist but are zero length. zero-length keys could previously
be made if ssh-keygen failed part way through generating them, so avoid
that case too. bz#2561 reported by Krzysztof Cieplucha; ok dtucker@
