* Kevin D. Kinsey, DaleCo, S.P. <[EMAIL PROTECTED]> [2004-04-13 07:52]:
> RazorOnFreeBSD wrote:
> 
> >----- Original Message ----- 
> >From: "Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]>
> >To: "RazorOnFreeBSD" <[EMAIL PROTECTED]>
> >Cc: <[EMAIL PROTECTED]>
> >Sent: Tuesday, April 13, 2004 4:19 AM
> >Subject: Re: ssh Connection refused
> > 
> 
> I guess anything is somewhat possible.  I'm just
> looking for the most likely stuff first ...
> 
> Can you "ssh [EMAIL PROTECTED]" ?
> 
> What about tcpwrappers?  What is in /etc/hosts.allow?
> 
> Tried rebooting or HUPing the daemon?
> 
>    #/bin/kill -HUP 93
> 
> (or whatever the current PID is for /usr/sbin/sshd)
> 

In the future, to start and restop sshd (without rebooting), just do:

# kill -HUP `cat /var/run/sshd.pid`

HTH,

-- 
Joshua

I object to intellect without discipline;  I object to power without
constructive purpose.
                -- Spock, "The Squire of Gothos", stardate 2124.5

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to