search for: passwordauth

Displaying 2 results from an estimated 2 matches for "passwordauth".

Did you mean: password_auth
2002 Jun 13
0
Feature Request: RSA and PasswordAuth subsequently
I want the server to require after a sucessful RSA authentication additional PasswordAuthentication. This feature is implemented in the ssh-server from ssh.com and there ist a need for it. Certainly i can buy the ssh.com version but i would rather prefer to use openssh. If nothing obvious militate against the attempt to implement this feature for openssh, i toy with the idea to do it...
2024 Sep 17
5
[Bug 3736] New: sshd falls back to password prompt after PAM module returns a PAM_MAXTRIES.
...ysconfdir=/etc/ssh-portable --with-pam This minimum setup to reproduce are these config files for sshd_config and pam.d/sshd: # /opt/sbin/sshd -V OpenSSH_9.8p1, OpenSSL 3.0.7 1 Nov 2022 # grep -v '#' /etc/ssh-portable/sshd_config | grep -v -e '^$' KbdInteractiveAuthentication yes PasswordAuthentication no AuthenticationMethods publickey,keyboard-interactive:pam UsePAM yes SyslogFacility AUTHPRIV LogLevel DEBUG PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys # grep -v '#' /etc/pam.d/sshd | grep -v -e '^$' auth required pam_module.so Running on rock...