search for: client_input_x11_open

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

2001 Oct 26
2
Patch to add "warn" value to ForwardX11 and ForwardAgent
...et the ForwardAgent option to yes, @"); + error("@ but note that that is risky if the server is not well-secured. @"); + error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); + } + auth_input_open_request(type, plen, ctxt); +} +static void +client_input_x11_open(int type, int plen, void *ctxt) +{ + if (!options.forward_x11) { + deny_input_open(type, plen, ctxt); + return; + } + if (options.forward_x11 == 2) { + error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); + error("@ ssh WARNING: received X11 open requ...