Displaying 1 result from an estimated 1 matches for "thurough".
Did you mean:
through
2005 Apr 16
3
Problem with openssh-4.0p1 and tcp wrappers on RH7.2(Scyld)
...fix= --sysconfdir=/etc/ssh
--libexecdir=/usr/libexec/openssh --mandir=/usr/share/man
--with-tcp-wrappers -with-md5-passwords
$ make
$ make install
To get things to work I had to perform the following steps that were not
described in the INSTALL file. I wish the INSTALL file would have been
more thurough and mentioned this.
$ mkdir /var/empty
$ chown root:sys /var/empty
$ chmod 755 /var/empty
$ groupadd -g 74 sshd
$ useradd -g sshd -c 'Privilege-separated SSH' -u 74 -d /var/empty -s
/bin/nologin sshd
I then restarted sshd with
$ /etc/init.d/sshd restart
or rebooted the system.
The pre...