CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/23 22:33:01
Modified files:
usr.bin/ssh : ssh-keygen.c
Log message:
minor tweaks to ssh-keygen -Y find-principals:
emit matched principals one per line to stdout rather than as comma-
separated and with a free-text preamble (easy confusion opportunity)
emit "not found" error to stderr
fix up argument testing for -Y operations and improve error message for
unsupported operations
