Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?
From: h.wulff (zuhause_at_aol.com)
Date: 08/02/05
- Next message: Darren Tucker: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Previous message: Richard E. Silverman: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- In reply to: Richard E. Silverman: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Next in thread: Darren Tucker: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Reply: Darren Tucker: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Reply: Richard E. Silverman: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 2 Aug 2005 00:00:27 +0200
Hello,
thanks for your reply.
In article <m2r7dd8nvr.fsf@darwin.oankali.net>, res@qoxp.net says...
> >>>>> "hw" == h wulff <zuhause@aol.com> writes:
>
> hw> Hello, AFAIK the "PasswordAuthentication yes" enables cleartext
> hw> passwords.
>
> The user authentication protocol is carried inside an SSH transport
> session, which is normally encrypted -- so this does enable cleartext
> passwords, at least as far as the network is concerned. It does reveal
> the password to the server, which is a weakness publickey authentication
> avoids.
<sshd_config>
# Change to yes to enable tunnelled clear text passwords
PasswordAuthentication no
</sshd_config>
Thats why I assumed the clear text passwd.
Taken from sshd_config of OpenSSH_3.8.1p1 Debian-8.sarge.4. Btw: I know
that ssh is quite secure and there are no plain password. I wonder about
the comment...
>
> However, I don't think it much matters to answer your specific question.
> These various keywords in either product do not affect what happens to the
> password: it is encrypted if and only if the underlying SSH session uses
> encryption.
>
So, let me ask the question another way round:
What is the difference between "PasswordAuthentication no" and
"PasswordAuthentication yes"?
I can login with a password in both cases.
Thank you for your efforts!
-- h.wulff [dont send me an email]
- Next message: Darren Tucker: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Previous message: Richard E. Silverman: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- In reply to: Richard E. Silverman: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Next in thread: Darren Tucker: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Reply: Darren Tucker: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Reply: Richard E. Silverman: "Re: Difference between "PasswordAuthentication yes" and "AllowedAuthentication password" ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|