kgabor545
Results
2
comments of
kgabor545
I just tried the "pam_env method", because I wanted to use the pam_ssh_agent in polkit-1, but no success. I tried: ``` auth required pam_env.so user_envfile=/home/user/.pam_environment user_readenv=1 auth sufficient pam_ssh_agent_auth.so file=/etc/security/sudo_authorized_keys...
Thank you it solved my problem. I can use pam_ssh_auth_sock in polkit-1. I just added a little modification to pam_ssh_agent_auth.c: ```c #include "misc.h" ... if(default_ssh_auth_sock && user) { default_ssh_auth_sock =...