search for: trap_mode

Displaying 1 result from an estimated 1 matches for "trap_mode".

2005 Feb 24
3
Suggestion: SSHD pseudo/fake mode. Source available.
...39;t know if anyone else would find such a feature useful. But I learned that it's just a few lines of additional code. I've run this against release 3-9.p1 of OpenSSH. In short, here's what I did: - added a new command line flag "-T" for trap to trigger the internal "trap_mode" flag - added a "trap" flag to the "authctxt" type that is set according to "trap_mode" when a new context is created - extended the conditionals in auth1.c etc. to circumvent "authenticated"=1 when "authctxt->trap==1", even if the authent...