Displaying 4 results from an estimated 4 matches for "check_rhosts_fil".
Did you mean:
check_rhosts_file
2002 May 09
1
Bug report: OpenSSH 3.1p1
I believe auth-rhosts.c, function check_rhosts_file(), contains a bug
that shows up when doing host-based authentication where the
client_user name is not the same as the server_user name.
Line 76 reads:
strlcpy(userbuf, server_user, sizeof(userbuf));
I believe it should read:
strlcpy(userbuf, client_user, sizeof(userbuf));
Otherwise later in th...
2001 Mar 20
3
Rhosts-RSA authentication broken
Hello !
I think a problem was introduced in openssh-2.3.0p1 which is
still there in the latest openssh-2.5.2p1. I just noticed it
before my vacation and could not send this mail earlier than
today.
The problem is:
You can't use the Rhosts-RSA authentication based on the hosts.equiv
file and the host keys.
The only possible way to do rhosts-RSA authentication is to allow
the usage of the
2000 Dec 27
2
implicit declaration warnings
...everything will seem to
be fine.
E.g.:
---
uuencode.c: In function `uuencode':
uuencode.c:36: warning: implicit declaration of function `__b64_ntop'
uuencode.c: In function `uudecode':
uuencode.c:54: warning: implicit declaration of function `__b64_pton'
auth-rhosts.c: In function `check_rhosts_file':
auth-rhosts.c:110: warning: implicit declaration of function `innetgr'
loginrec.c: In function `syslogin_perform_login':
loginrec.c:1282: warning: implicit declaration of function `login'
loginrec.c: In function `syslogin_perform_logout':
loginrec.c:1295: warning: implicit de...
2001 Feb 01
0
warnings on aix325
...;
sshd.c:775: warning: implicit declaration of function `setsockopt'
sshd.c:785: warning: implicit declaration of function `bind'
sshd.c:797: warning: implicit declaration of function `listen'
sshd.c:897: warning: implicit declaration of function `accept'
auth-rhosts.c: In function `check_rhosts_file':
auth-rhosts.c:110: warning: implicit declaration of function `innetgr'
auth-rhosts.c:113: warning: implicit declaration of function `strcasecmp'
pty.c: In function `pty_make_controlling_tty':
pty.c:222: warning: implicit declaration of function `ioctl'
pty.c: In function `pty...