SSH and inetd

SSH and inetd

Post by Bill Blackfor » Tue, 18 Apr 2000 04:00:00



Is there anyway to use SSH with TCP Wrappers like you can with Telnet and
Ftpd?
 
 
 

SSH and inetd

Post by Thorsten Kuku » Wed, 19 Apr 2000 04:00:00



> Is there anyway to use SSH with TCP Wrappers like you can with Telnet and
> Ftpd?

Yes, you can compile SSH with TCP Wrappers support, like we do it
for SuSE Linux.

  Thorsten
--

SuSE GmbH            Schanzaeckerstr. 10            90443 Nuernberg
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.

 
 
 

SSH and inetd

Post by Bill Blackfor » Wed, 19 Apr 2000 04:00:00


I know there's a howto on compiling, but one specific to compiling SSH?


> > Is there anyway to use SSH with TCP Wrappers like you can with Telnet
and
> > Ftpd?

> Yes, you can compile SSH with TCP Wrappers support, like we do it
> for SuSE Linux.

>   Thorsten
> --

> SuSE GmbH            Schanzaeckerstr. 10            90443 Nuernberg
> Linux is like a Vorlon.  It is incredibly powerful, gives terse,
> cryptic answers and has a lot of things going on in the background.

 
 
 

SSH and inetd

Post by Nobod » Thu, 20 Apr 2000 04:00:00


Q: When I man sshd, it says the -i argument is meant for
running under inetd. Is this what you have too?

If this is so, it is just a matter of putting the ssh line in inetd.conf.



> > Is there anyway to use SSH with TCP Wrappers like you can with Telnet and
> > Ftpd?

> Yes, you can compile SSH with TCP Wrappers support, like we do it
> for SuSE Linux.

 
 
 

SSH and inetd

Post by dmorgan1REMOVET.. » Thu, 20 Apr 2000 04:00:00


Usually when you get the source files to compile, they come in a tar
file. When you unfold the tar file, there is usually a text file
inside (generally INSTALL or README) giving the recipe for making (ie,
compiling and related jobs) that particular piece of software.

>I know there's a howto on compiling, but one specific to compiling SSH?