[Bug 3402] New: hostkey-agent.sh doesn't filter SK certtypes
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Sat Mar 12 07:58:21 AEDT 2022
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=3402
            Bug ID: 3402
           Summary: hostkey-agent.sh doesn't filter SK certtypes
           Product: Portable OpenSSH
           Version: 8.9p1
          Hardware: Other
                OS: Windows 10
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Regression tests
          Assignee: unassigned-bugs at mindrot.org
          Reporter: balu.gajjala at gmail.com
hostkey-agent.sh assumes there is SK provider all the time and doesn't
filter the SK certtypes.
SSH_CERTTYPES=`ssh -Q key-sig | grep 'cert-v01 at openssh.com' 
     should be modified to 
SSH_CERTTYPES=`ssh -Q key-sig | grep 'cert-v01 at openssh.com' |
maybe_filter_sk`
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
    
    
More information about the openssh-bugs
mailing list