search for: channel_set_reuseaddr

Displaying 4 results from an estimated 4 matches for "channel_set_reuseaddr".

2008 May 15
1
"possible hijacking of X11-forwarded connections" bug has not been fixed completely
...nect to [16.157.129.223] from sshpa4.chn.hp.com [16.157.129.223] 54765B MIT-MAGIC-COOKIE-1?bs?????G???!?? I found that this problem could only happen when the "X11UseLocalhost no" is set in the sshd_config. I checked the code, found that there might be something wrong with the "channel_set_reuseaddr(sock);" function which is called in the function x11_create_display_inet in file channels.c Can someone check this out for me , thanks. _________________________________________________________________ ???MSN??????????????????? http://mobile.msn.com.cn/
2012 May 08
1
About bug 640857
Hi, Dear OpenSSH support, I'm writing to ask whether this bug is fixed in your openSSH 6.0. If no, do you have any plan? https://bugzilla.redhat.com/show_bug.cgi?id=640857 Regards, Carol
2010 May 24
3
5.2: Solaris 10 x86 x-11 forwarding fails, assign requested address
...ances: sellswor at sethe:~/tmp/2/openssh-5.5p1> diff -u channels.c channels.c.orig --- channels.c 2010-05-24 14:44:15.000000000 -0600 +++ channels.c.orig 2010-05-24 14:43:32.000000000 -0600 @@ -3271,13 +3271,9 @@ if (x11_use_localhost) channel_set_reuseaddr(sock); if (bind(sock, ai->ai_addr, ai->ai_addrlen) < 0) { - int loc_errno = errno; debug2("bind port %d: %.100s", port, strerror(errno)); close(sock); - if( loc_...
2008 May 16
4
[Bug 1464] New: "possible hijacking of X11-forwarded connections" bug has not been fixed completely
...connect to [16.157.129.223] from sshpa4.chn.hp.com [16.157.129.223] 54765B MIT-MAGIC-COOKIE-1?bs?????G???!?? I found that this problem could only happen when the "X11UseLocalhost no" is set in the sshd_config. I checked the code, found that there might be something wrong with the "channel_set_reuseaddr(sock);" function which is called in the function x11_create_display_inet in file channels.c Can someone check this out for me , thanks. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assign...