CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/07/22 23:07:19
Modified files: usr.bin/ssh : readconf.c ssh_config.5 Log message: add a ssh_config RefuseConnection option that, when encountered while processing an active section in a configuration file, terminates ssh(1) with an error message that contains the argument to the option. This may be useful for expressing reminders or warnings in config files, for example: Match host foo RefuseConnection "foo is deprecated, use splork instead" ok djg