CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/14 18:50:47
Modified files:
usr.bin/ssh : readconf.c ssh_config.5
Log message:
Add support for "Match sessiontype" to ssh_config. Allows matching on
the type of session requested, either "shell" for interactive
sessions, "exec" for command execution sessions, "subsystem" for
subsystem requests, such as sftp, or "none" for
transport/forwarding-only sessions.
ok markus@
