Re: Problem with OpenSSH
From: Robert Hajime Lanning (robert.lanning_at_gmail.com)
Date: 01/06/05
- Previous message: Darren Tucker: "Re: ssh connection incredibly low"
- In reply to: Maximilian Ataian: "Problem with OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 5 Jan 2005 16:40:22 -0800 To: secureshell@securityfocus.com
UseLogin no
UsePAM no
RSAAuthentication yes
PubkeyAuthentication yes
PermitRootLogin no
AuthorizedKeysFile .ssh/authorized_keys
RhostsRSAAuthentication no
HostbasedAuthentication no
IgnoreUserKnownHoses no
IgnoreRhosts yes
PasswordAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
On Wed, 5 Jan 2005 00:29:50 +0100, Maximilian Ataian <ataian@imfl.de> wrote:
> Hello,
>
> I have a tiny problem with OpenSSH.
> My version string is
> "OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7b"
>
> I try to configure my sshd to accept only pubkey logins and
> no logins with passwords.
> (Platform is SuSE Linux 9.0)
>
> To my understanding of the manuals, the
> "PasswordAuthentication" option is used for that.
> I set it to no.
>
> Furthermore I set "PermitRootLogin" to without-password
> as well.
>
> But still, no matter what I change these two configurations
> to (restart or even reboot included), password login is still
> possible, even for the root user.
>
> I guess I have overseen something in the configuration for
> these settings to have no effect.
> All other options are set to the default values coming with
> installation.
>
> Anyone got a hint for me?
>
> - Max
>
>
--
END OF LINE
-MCP
- Previous message: Darren Tucker: "Re: ssh connection incredibly low"
- In reply to: Maximilian Ataian: "Problem with OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|