Re: sshd configuration after mergemaster

2005-03-21 Thread John DeStefano
On Mon, 21 Mar 2005 21:08:50 +0100, Christian Hiris <[EMAIL PROTECTED]> wrote:
> On Monday 21 March 2005 18:55:18, John DeStefano wrote:
> > I've just completed a successful transition from 5.3-BETA7 to
> > 5.3-RELEASE via the usual "makeworld" procedures.  Thanks to spending
> > some time with "mergemaster -p", all of my configuration seems to have
> > carried over and is working perfectly, with the exception of ssh.  The
> > only difference between the original and temporary versions of
> > sshd_config was a single line I had entered in order to prevent "root"
> > from logging in via ssh as "root".  Everything else, with the obvious
> > exception of the config file signature, was the same.
> >
> > Yet I'm now getting errors when I try to ssh from any location
> > (remote, LAN, even testing on the same terminal).  If I don't do "-v",
> > the terminal window just disappears or shows no feedback.  "-v" shows
> > "no more authentication methods to try".
> 
> This points to commitment of rev. 1.35 for me:
> http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssh/sshd_config.diff?r1=1.34&r2=1.35&f=h
Thanks ch.  Yikes... should I have known this on my own?

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


Re: sshd configuration after mergemaster

2005-03-21 Thread Christian Hiris
On Monday 21 March 2005 18:55:18, John DeStefano wrote:
> I've just completed a successful transition from 5.3-BETA7 to
> 5.3-RELEASE via the usual "makeworld" procedures.  Thanks to spending
> some time with "mergemaster -p", all of my configuration seems to have
> carried over and is working perfectly, with the exception of ssh.  The
> only difference between the original and temporary versions of
> sshd_config was a single line I had entered in order to prevent "root"
> from logging in via ssh as "root".  Everything else, with the obvious
> exception of the config file signature, was the same.
>
> Yet I'm now getting errors when I try to ssh from any location
> (remote, LAN, even testing on the same terminal).  If I don't do "-v",
> the terminal window just disappears or shows no feedback.  "-v" shows
> "no more authentication methods to try".

This points to commitment of rev. 1.35 for me:
http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssh/sshd_config.diff?r1=1.34&r2=1.35&f=h

Cheers
ch

-- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu


pgpyT96S3Wfeq.pgp
Description: PGP signature


sshd configuration after mergemaster

2005-03-21 Thread John DeStefano
I've just completed a successful transition from 5.3-BETA7 to
5.3-RELEASE via the usual "makeworld" procedures.  Thanks to spending
some time with "mergemaster -p", all of my configuration seems to have
carried over and is working perfectly, with the exception of ssh.  The
only difference between the original and temporary versions of
sshd_config was a single line I had entered in order to prevent "root"
from logging in via ssh as "root".  Everything else, with the obvious
exception of the config file signature, was the same.

Yet I'm now getting errors when I try to ssh from any location
(remote, LAN, even testing on the same terminal).  If I don't do "-v",
the terminal window just disappears or shows no feedback.  "-v" shows
"no more authentication methods to try".

I then found a passage in a SSHD book that says to copy sshd.pam from
the OpenSSH contrib folder in src to /etc/pam.d/ssh, and change the
owner to root and permissions to 664. This certainly did something, as
-v now shows quite a different message:
invalid facility 'sshd' (ignored)
fatal: PAM: initialisation failed

I have not used PAM before.  Is it now a requirement in order to use
ssh?  or am I going overboard to solve a simple problem?

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