CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2020/05/13 03:55:57
Modified files: usr.bin/ssh : ssh-keygen.c Log message: preserve group/world read permission on known_hosts file across runs of "ssh-keygen -Rf /path". The old behaviour was to remove all rights for group/other. bz#3146 ok dtucker@