URL: https://github.com/SSSD/sssd/pull/201 Author: sumit-bose Title: #201: Fix handling of binary keys in the ssh responder Action: opened
PR body: """ ssh-keys derived from certificates are already stored in binary from to avoid a useless base64 encoding/decoding cycle.
In the second patch support for certificates from overrides from non-default views is added. I'm not sure if this is a regression of if it never worked so far.
Related to https://pagure.io/SSSD/sssd/issue/3332 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/201/head:pr201 git checkout pr201
URL: https://github.com/SSSD/sssd/pull/201 Title: #201: Fix handling of binary keys in the ssh responder
jhrozek commented: """ CI: http://sssd-ci.duckdns.org/logs/job/66/04/summary.html """
See the full comment at https://github.com/SSSD/sssd/pull/201#issuecomment-290007826
URL: https://github.com/SSSD/sssd/pull/201 Title: #201: Fix handling of binary keys in the ssh responder
jhrozek commented: """ The code looks good to me and seems to work fine: ``` ./sss_ssh_authorizedkeys administrator@win.trust.test ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyLvhzmsoc5JFiBRFuWHPHYmzS4iGywzNv1FDdIdG5TxgI3PV1OFhWF1C4YIwcbq/4L8t8AnH9kdqxxSU3IomfZJLlu3Jt5I46q/wtps6XPNIBlTNhhvCm4TlLUekkcjiJfkQ68YgznOdk4DUbpn0pN7VLknMJSoSHWv8k5rx4vh7BELADnHgtTTuhfiAOMYXpYnHtWY0TVossAHBHw4nCizCWsoVSywn9HpblrVFKtVIXVRzoLbZjphH5POjkeg+Q/5Tff2hEAQSeMF2/HMUpuTlPxv3gUPB0fVIE04mVrC+sear/RNIGn/7FxaAYSXEV2ExTd0emc5slPcAU87kn ```
This is with a use set up like this: ``` ipa idoverrideuser-add clientview administrator@win.trust.test --certificate="$(base64 cert.der)" ```
"""
See the full comment at https://github.com/SSSD/sssd/pull/201#issuecomment-290065970
URL: https://github.com/SSSD/sssd/pull/201 Title: #201: Fix handling of binary keys in the ssh responder
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/201 Title: #201: Fix handling of binary keys in the ssh responder
jhrozek commented: """ * master: 1b5d6b1afc9c3dc696b7b45f2d73b2634f42800a bd1fa0ec90be717c3b7796d74b6f243f40178d16
"""
See the full comment at https://github.com/SSSD/sssd/pull/201#issuecomment-290082631
URL: https://github.com/SSSD/sssd/pull/201 Title: #201: Fix handling of binary keys in the ssh responder
Label: +Pushed
URL: https://github.com/SSSD/sssd/pull/201 Author: sumit-bose Title: #201: Fix handling of binary keys in the ssh responder Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/201/head:pr201 git checkout pr201
sssd-devel@lists.fedorahosted.org