search for: set_packet_set_interactive

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

2000 Nov 05
0
Socket options not properly set for ssh and sshd.
...ction packet_set_interactive is intended to be called to set socket options that are desired for interactive sessions. TCP keepalive messages are included in the socket options set, although they more properly ought to be elsewhere (as they are not related to interactivity). The problem: Function set_packet_set_interactive is never called for protocol 2 connections -- only for protocol 1. This is the case for both ssh and sshd. Specifically, for sshd protocol 1 connections, function calls are made: main to do_authentication to do_authenticated to packet_set_interactive For sshd protocol 2 connecti...