Displaying 5 results from an estimated 5 matches for "packet_connection_is_ipv4".
2002 Mar 19
2
openssh 3.1p1: ToS trouble
Hi,
I noticed that the Type of Service bit for minimize delay is set in
client->server packets only. Is this OS-specific or is there another
reason for this?
Here is a tcpdump of an interactive connection:
217.225.98.212.22 > 134.169.34.19.45870: P 1:49(48) ack 48 win 12008 (DF)
134.169.34.19.45870 > 217.225.98.212.22: P 48:96(48) ack 49 win 25416 (DF) [tos 0x10]
217.225.98.212.22
2000 Aug 04
0
Combining RSA host authentication with another method
...remote_port < IPPORT_RESERVED / 2) {
***************
*** 983,988 ****
--- 986,994 ----
options.rhosts_authentication = 0;
options.rhosts_rsa_authentication = 0;
}
+ if ( options.rsa_host_other_authentication ) {
+ options.rhosts_rsa_authentication = 1;
+ }
#ifdef KRB4
if (!packet_connection_is_ipv4() &&
options.kerberos_authentication) {
2001 Feb 01
0
warnings on aix325
...unction `strcasecmp'
nchan.c: In function `chan_shutdown_write':
nchan.c:464: warning: implicit declaration of function `shutdown'
packet.c: In function `packet_connection_is_on_socket':
packet.c:196: warning: implicit declaration of function `getpeername'
packet.c: In function `packet_connection_is_ipv4':
packet.c:218: warning: implicit declaration of function `getsockname'
packet.c: In function `packet_close':
packet.c:265: warning: implicit declaration of function `shutdown'
packet.c: In function `packet_read':
packet.c:691: warning: implicit declaration of function `bzero...
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
2010 Feb 27
24
Call for testing: OpenSSH-5.4
Hi,
OpenSSH 5.4 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a big release,
with a number of major new features and many bug fixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH