Searched defs:sshsession (Results 1 – 1 of 1) sorted by relevance
84 struct sshsession { struct87 unsigned char isserver;89 long connecttimeout; /* time to disconnect if we have a timeout (for92 int sock;94 unsigned char *remotehost; /* the peer hostname */96 unsigned char *remoteident;98 int maxfd; /* the maximum file descriptor to check with select() */102 buffer *writepayload; /* Unencrypted payload to write - this is used105 struct Queue writequeue; /* A queue of encrypted packets to send */106 buffer *readbuf; /* Encrypted */[all …]