URL: https://github.com/SSSD/sssd/pull/744 Author: thalman Title: #744: ssh: sssd_ssh fails completely on p11_child timeout Action: opened
PR body: """ When p11_child fails or timeout is reached, ssh login fails. With this patch sssd_ssh proceeds to ssh key and password login.
Resolves: https://pagure.io/SSSD/sssd/issue/3937 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/744/head:pr744 git checkout pr744