RE: sshd config config file question

2007-07-11 Thread Michael K. Smith - Adhost
Hello Huy:

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Schiz0
> Sent: Tuesday, July 10, 2007 7:13 PM
> To: Huy Ton That
> Cc: [EMAIL PROTECTED]
> Subject: Re: sshd config config file question
> 
> On 7/10/07, Huy Ton That <[EMAIL PROTECTED]> wrote:
> > The daemon is up and has been up for a long time. In fact, when I
> made these
> > changes to sshd_config, for instance as a test maxauthtries to 3 I
> also
> > reloaded it during a ssh terminal session. After which I logged back
> in and
> > as a test, purposely errored the tries; it still defaulted to 6
> despite the
> > sshd_config file change and reloading.
> >
> > when I say I get no message I mean to state as such:
> >
> > $/etc/rc.d/sshd status <--carriage return
> > $ <--no message after return.
> >
> > Thanks Pete.
> >
> > -Huy
> >
> > On 7/10/07, pete wright <[EMAIL PROTECTED]> wrote:
> > >
> > > On 7/10/07, Huy Ton That <[EMAIL PROTECTED]> wrote:
> > > > No, it was unhashed. Thanks for pointing it out though. But the
> strange
> > > > thing is when I run:
> > > >
> > > > /etc/rc.d/sshd status
> > > >
> > > > I get no message
> > > >
> > > > No message for start, restart, reload etc. I am performing these
> > > commands as
> > > > root.
> > > >
> > > > Any ideas?
> > > >
> > >
> > >
> > >
> > > (couple things, please don't top post, and be sure to keep
> > > [EMAIL PROTECTED] cc'd on this thread so others can help you)
> > >
> > > i'm not sure what you mean about "no message".  make sure you have
> > > sshd_enabled="YES" in your /etc/rc.conf.
> > >
> > > also check to see if sshd is running by using "ps".  if it is not,
> try
> > > starting it by hand - this will tell you if there are any errors on
> > > startup.  once it starts cleanly by hand then use the init script
> in
> > > /etc/rc.d/sshd.
> > >
> > > the man page for sshd is very helpful, and should answer many of
> the
> > > questions you may have - including how to start the daemon by hand,
> > > etc..  type:
> > > man sshd
> > >
> > > -p

Have you installed ssh from somewhere other than the base install?  That is, 
did you install from ports or binaries?  In that case, your configuration file 
may be in /usr/local/etc or /usr/local/etc/sshd instead of /etc/sshd.  That 
would also account for why the rc script wasn't working correctly as it's path 
points to the base system install of ssh.

Regards,

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

Re: sshd config config file question

2007-07-10 Thread Schiz0

On 7/10/07, Huy Ton That <[EMAIL PROTECTED]> wrote:

The daemon is up and has been up for a long time. In fact, when I made these
changes to sshd_config, for instance as a test maxauthtries to 3 I also
reloaded it during a ssh terminal session. After which I logged back in and
as a test, purposely errored the tries; it still defaulted to 6 despite the
sshd_config file change and reloading.

when I say I get no message I mean to state as such:

$/etc/rc.d/sshd status <--carriage return
$ <--no message after return.

Thanks Pete.

-Huy

On 7/10/07, pete wright <[EMAIL PROTECTED]> wrote:
>
> On 7/10/07, Huy Ton That <[EMAIL PROTECTED]> wrote:
> > No, it was unhashed. Thanks for pointing it out though. But the strange
> > thing is when I run:
> >
> > /etc/rc.d/sshd status
> >
> > I get no message
> >
> > No message for start, restart, reload etc. I am performing these
> commands as
> > root.
> >
> > Any ideas?
> >
>
>
>
> (couple things, please don't top post, and be sure to keep
> [EMAIL PROTECTED] cc'd on this thread so others can help you)
>
> i'm not sure what you mean about "no message".  make sure you have
> sshd_enabled="YES" in your /etc/rc.conf.
>
> also check to see if sshd is running by using "ps".  if it is not, try
> starting it by hand - this will tell you if there are any errors on
> startup.  once it starts cleanly by hand then use the init script in
> /etc/rc.d/sshd.
>
> the man page for sshd is very helpful, and should answer many of the
> questions you may have - including how to start the daemon by hand,
> etc..  type:
> man sshd
>
> -p
>
>
>
>
> --
> ~~o0OO0o~~
> Pete Wright
> www.nycbug.org
> NYC's *BSD User Group
>


Your PAM config may be overriding SSH's config (For the ignoring
MaxAuthTries option). It sometimes does that, depending on how the
login type is set up in the sshd_config file. Check your PAM config
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sshd config config file question

2007-07-10 Thread Huy Ton That

The daemon is up and has been up for a long time. In fact, when I made these
changes to sshd_config, for instance as a test maxauthtries to 3 I also
reloaded it during a ssh terminal session. After which I logged back in and
as a test, purposely errored the tries; it still defaulted to 6 despite the
sshd_config file change and reloading.

when I say I get no message I mean to state as such:

$/etc/rc.d/sshd status <--carriage return
$ <--no message after return.

Thanks Pete.

-Huy

On 7/10/07, pete wright <[EMAIL PROTECTED]> wrote:


On 7/10/07, Huy Ton That <[EMAIL PROTECTED]> wrote:
> No, it was unhashed. Thanks for pointing it out though. But the strange
> thing is when I run:
>
> /etc/rc.d/sshd status
>
> I get no message
>
> No message for start, restart, reload etc. I am performing these
commands as
> root.
>
> Any ideas?
>



(couple things, please don't top post, and be sure to keep
[EMAIL PROTECTED] cc'd on this thread so others can help you)

i'm not sure what you mean about "no message".  make sure you have
sshd_enabled="YES" in your /etc/rc.conf.

also check to see if sshd is running by using "ps".  if it is not, try
starting it by hand - this will tell you if there are any errors on
startup.  once it starts cleanly by hand then use the init script in
/etc/rc.d/sshd.

the man page for sshd is very helpful, and should answer many of the
questions you may have - including how to start the daemon by hand,
etc..  type:
man sshd

-p




--
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group


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


Re: sshd config config file question

2007-07-10 Thread pete wright

On 7/10/07, Huy Ton That <[EMAIL PROTECTED]> wrote:

No, it was unhashed. Thanks for pointing it out though. But the strange
thing is when I run:

/etc/rc.d/sshd status

I get no message

No message for start, restart, reload etc. I am performing these commands as
root.

Any ideas?





(couple things, please don't top post, and be sure to keep
[EMAIL PROTECTED] cc'd on this thread so others can help you)

i'm not sure what you mean about "no message".  make sure you have
sshd_enabled="YES" in your /etc/rc.conf.

also check to see if sshd is running by using "ps".  if it is not, try
starting it by hand - this will tell you if there are any errors on
startup.  once it starts cleanly by hand then use the init script in
/etc/rc.d/sshd.

the man page for sshd is very helpful, and should answer many of the
questions you may have - including how to start the daemon by hand,
etc..  type:
man sshd

-p




--
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sshd config config file question

2007-07-10 Thread Huy Ton That

Newbie question,

I've made a change to /etc/ssh/sshd_config

such as #MaxAuthTries 6 to MaxAuthTries 3

afterwards I /etc/rc.d/sshd reload as user root

the change did not propagate? Any ideas? Am I doing this correctly? Also
when I run:

/etc/rc.d/sshd status

I do not get any feedback. Am I editing the correct file?

Thanks

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