Greetings John,
First, let me say thanks for your well-written ssh installation
documentation.
My first problem (and the two might be related) deals with
tcp_wrappers/ssh2.0.11 compatibility. Tcp_wrappers is not logging the ssh
connections. I compiled ssh using --with-libwrap and I've edited
inetd.conf to include the following:
#
ssh2 stream tcp nowait root /usr/etc/tcpd
/usr/sbin/sshd2
#
Afterwards, I did a "kill -HUP" on inetd.
I basically followed the ftp & telnet structure here, since I could not
find any specific config info anywhere regarding tcp_wrappers. Is there a
problem with this format, and is it causing the "nonlogging" by
tcp_wrappers?
Second, each time I exit a ssh session, it hangs on "logout", creating a
defunct process on the remote machine. I've read that there might be
problems (bugs?) in ssh2.x.x that cause this when compiled with libwrap.
Is this the case?
Any help is much appreciated.
Chris
###############################################################
# Chris Vandersip #
# Computer Research Specialist/Asst. Sysadmin #
# Dept. of Meteorology #
# Florida State University #
# [EMAIL PROTECTED] (850)644-2522 #
###############################################################