Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have set up duo for unix on several ubuntu 20, 22 and 24 machines. On all machines, the "pamtester -v ssh myname authenticate" command triggers a push, then follows up with prompt for password (as expected.)On some machines, ssh only requires a pa...
Turns out there was a typo.I had a working /etc/pam.d/sshd config. I created a script to copy that and other pam.d files to other machines. But I had a typo in the script that copied /etc/pam.d/sshd to /etc/pam.d/ssh. "pamtester ssh" verifies the...