[olug] hosts.allow file

Brian Wiese bwiese at cotse.com
Thu Jan 17 15:47:28 UTC 2002


On Thu, 17 Jan 2002 04:19:12 -0800 (PST)
CM Miller <cmmiller1973 at yahoo.com> wrote:

> 
> 
> --- Phil Brutsche <phil at giedi.obix.com> wrote:
> > > so how do I get sshd to run?
> > 
> > Dunno about your computer, but on mine, and really
> > any recent Linux
> > system:
> > 
> > /etc/init.d/ssh start
> > 
> > or
> > 
> > /etc/init.d/sshd start
> > 
> > However, you need to answer these questions first:
> > 
> > 1) Is ssh installed?
> 
> No its not, because I checked, and there was no sshd
> start file

To check if it's installed, as root try the which command:

liberty:/home/bwiese # which sshd
/usr/sbin/sshd
liberty:/home/bwiese # which ssh
/usr/bin/ssh

or the locate command:
liberty:/home/bwiese # locate sshd
/etc/init.d/rc3.d/K17sshd
/etc/init.d/rc3.d/S08sshd
/etc/init.d/rc5.d/K17sshd
<... snip ...>

If its not located anywhere on your system, then thats a good bet its not
installed.  If you're running RedHat/Mandrake or an rpm based Linux, head
over to rpmfind.net and do a search on openssh, download an appropriate
(i386/586/686) rpm of it.  Then #rpm -Uhv <filename>.rpm  to install it
(as root).

If you have debian, #apt-get install openssh

If you want to compile from source, head over to openssh.org and check out
some of the documentation, you have to download the openssh package, the
openssl package from openssl.org, the zlib package and perhaps something
else if you do not have them all already.  Take your pick of howtos online
if you need some guidance.  Let me know if you have any problems (I was
going to write a howto on this... havent completely finished my samba one
yet though).

http://www.tc.umn.edu/~hick0088/files/openssh-howto.html

peace

-- 
-----------
Brian Wiese
-----------
bwiese at cotse.net
"FREEDOM!"  - Braveheart

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

For help contact olug-help at bstc.net - run by ezmlm
to unsubscribe, send mail to olug-unsubscribe at bstc.net
or `mail olug-unsubscribe at bstc.net < /dev/null`
(c)2001 OLUG http://www.olug.org

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_




More information about the OLUG mailing list