---------- > From: Jeff CTR Dennison <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Fw: New ssh user questions:tcp wrappers > Date: Tuesday, September 21, 1999 10:53 AM > > see below > > > ______________________________ Forward Header __________________________________ > Subject: Fw: New ssh user questions:tcp wrappers > Author: Jeff CTR Dennison at ACTATS03 > Date: 09/21/1999 9:12 AM > > > Jim, > > This is what we did at our site and it is working great with tcp > _wrappers: > > 1) download the tcp_wrappers package from your favorite site and untar > the package onto your system > 2) download the RSA package rsaref2,tar.gz from your favorite site and > untar onto your system > 3) configure ssh to compile with tcp_wrappers and rsa by: > "./configure --with-rsaref --with-libwrap="path to > tcpwrappers"/tcp_wrappers_7.6" or whatever tcp version you are using > 4) compile ssh with "make CFLAGS="-g -I "path to > tcp_wrappers"/tcp_wrappers_7.6" > 5) you will need to set up a "hosts.deny" and "hosts.allow" file in > /etc (or whatever directory you define as the "/etc" for ssh) > > Jeff Dennison > > > ______________________________ Forward Header __________________________________ > Subject: Fw: New ssh user questions > Author: "Jeff Dennison" <[EMAIL PROTECTED]> at INTERNET-ACT > Date: 09/19/1999 7:30 PM > > > > > ---------- > > From: Jim Ennis <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: New ssh user questions > > Date: Friday, September 17, 1999 8:27 PM > > > > I am trying to install ssh on a test system (Solaris 2.6 platform) and > > have a couple of questions that I can't find in the subset of the > archive: > > I am using ssh-1.2.27 with gcc as the C compiler. > > > > 1) I want to use the wrappers hosts.allow and hosts.deny files to control > > basic ssh access to a server. What entry do I have to make in the file > so > > that sshd checks the files and use them. I did copy the wrapper tcpd.h > and > > libwrap.a files to the ssh directory and use the --with-libwrap=. option > > when running configure, but I am stuck at this point. > > > > 2) I am getting the basic logging info (lastlog, utmp, wtmp) but how do I > > turn on more logging to track what sshd is doing? I used the facist > > setting the sshd_config file but I don't see any clear information on > > where this information goes to. > > > > Thanks very much for your help. > > > > > > Jim Ennis | [EMAIL PROTECTED] > > Systems Administrator | (407) 823-1701 | Fax: (407) 823-5476 > > University of Central Florida | Murphy's paradox: > > | Doing it the hard way is always > easier. > >
