search for: packet_write_poll

Displaying 6 results from an estimated 6 matches for "packet_write_poll".

2001 Aug 20
1
Idletimeout patch, third attempt
...socket. */ len = read(connection_in, buf, sizeof(buf)); @@ -974,6 +1057,7 @@ packet_read_poll2(payload_len_ptr): packet_read_poll1(payload_len_ptr); + idletimeout_check(type); if(compat20) { int reason; if (type != 0) @@ -1217,12 +1301,12 @@ sizeof(fd_mask)); packet_write_poll(); while (packet_have_data_to_write()) { - memset(setp, 0, howmany(connection_out + 1, NFDBITS) * - sizeof(fd_mask)); - FD_SET(connection_out, setp); - while (select(connection_out + 1, NULL, setp, NULL, NULL) == -1 && - (errno == EAGAIN || errno == EINTR)) - ; + do...
2003 Jan 24
0
Question on Architecture
...ions ment to smooth the road some. I am able to send and recieve data up till the password is sent. Once the password is entered the client gets the oh so loved: "Disconnecting: Bad packet length ########." I have added my recipher scheme to work on the streams at packet_read_seqnr and packet_write_poll. Is there a section in the code specifically made to handle the sending of the password that I am not accounting for? Can anyone think of another area data is send or recieved that I will need to had my cipher scheme to? Thanks to all help in advance. Thomas M. DuBuisson Assistant Researcher Ce...
2007 Nov 13
1
Help with openssh: ssh application writing data > 131071 to socket causing message too long error
...ze 32768 Remote max packet 32768 send: len 16304 (includes payload, padding and padding length 11) non interactive mode buffer len 114912 Remote window size 16489 Remote max packet 32768 send: len 16416 (includes payload, padding and padding length 18) non interactive mode buffer len 131344 Before packet_write_poll length before calling systemcall write 131344 Write failed: Message too long Couldn't send packet: Broken pipe Thanks Reji Thomas
2007 Mar 14
1
sshd gets stuck: select() in packet_read_seqnr waits indefinitely
Dear OpenSSH Portable sshd developers, I'm having a problem where sshd login sessions are occasionally (as often as once a day) getting stuck indefinitely. I enabled debug messages and got a backtrace of a stuck sshd, and I think I've found the bug. I wanted to run it by the list once before filing. sshd version: OpenSSH_4.2p1 FreeBSD-20050903, OpenSSL 0.9.7e-p1 25 Oct 2004
2017 Aug 30
4
sshd dies when starting gkrellm
...-- a terminal will stay connected without issue for days, as long as not much happens in it. Also a sshfs connection dies immediately. ssh -Y karren gkrellm & *sshd dies* Cutting to the chase, the log message which seems the most important is: Aug 23 14:45:11 karen sshd[62451]: fatal: Fssh_packet_write_poll: Connection from 174.77.777.77 port 57670: Permission denied However, even if I put both machines outside their respective firewalls, opening all ports, the message is still the same. It sounds like something internal to the server is denying access to the high port it wants, but other high port...
2001 Nov 09
4
keystroke timing attack
I'm reading this fine article on O'Reilly: http://linux.oreillynet.com/lpt/a//linux/2001/11/08/ssh_keystroke.html <quote> The paper concludes that the keystroke timing data observable from today's SSH implementations reveals a dangerously significant amount of information about user terminal sessions--enough to locate typed passwords in the session data stream and reduce the