On Wed, Jul 10, 2002 at 15:37:11 +0200, Dag-Erling Smorgrav wrote:
> making any sense at all.  If your config file really disables all
> authentication methods except PasswordAuthentication, then OPIE
> *never* worked for you, because it *cannot* be implemented over the
> SSH PaswordAuthentication protocol.

OPIE should be not enabled by default since according to your own words 
"it *cannot* be implemented over the SSH PaswordAuthentication protocol."
PasswordAuthentication is very broken otherwise and not allows to log in.

--- sshd.bak    Tue Jul  9 14:55:05 2002
+++ sshd        Wed Jul 10 19:16:54 2002
@@ -6,8 +6,8 @@
 
 # auth
 auth           required        pam_nologin.so  no_warn
-auth           sufficient      pam_opie.so     no_warn no_fake_prompts
-auth           required        pam_opieaccess.so       no_warn
+#auth            sufficient      pam_opie.so     no_warn no_fake_prompts
+#auth            required        pam_opieaccess.so       no_warn
 auth           required        pam_unix.so     no_warn try_first_pass
 
 # account

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to