CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/15 18:35:10
Modified files:
usr.bin/ssh : servconf.c
Log message:
Correctly handle some options that accept "none"
Some options, including AuthorizedPrincipalsFile were documented as accepting
"none" as a way to disable them, however when overriddes by a ssh_config(5)
Match keyword, this argument was being interpreted as a literal file.
With Chris Rohlf in collaboration with Claude and Anthropic Research
ok markus, deraadt
