[Nix-dev] openssh and passwordAuthentication

Marc Weber marco-oweber at gmx.de
Fri Aug 10 14:46:35 CEST 2012


> "challengeResponseAuthentication" method.
> keysOnly: option
Correct. You're right about both. I want keysOnly and
challengeResponseAuthentication = yes caused the password prompt.

The interface could look like this instead:

  openssh.allowedAuthentications = [ "keys" "pam" "challenge" "password" ];

or the like which would even be nicer to use.

I want to think about it again - Thanks for your help.

Marc Weber


More information about the nix-dev mailing list