CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/27 18:37:36
Modified files:
usr.bin/ssh : clientloop.c readconf.c readconf.h ssh.1
ssh_config.5
Log message:
New EnableEscapeCommandline ssh_config(5) option
This option (default "no") controls whether the ~C escape is available.
Turning it off by default means we will soon be able to use a stricter
default pledge(2) in the client.
feedback deraadt@ dtucker@; tested in snaps for a while
