https://bugzilla.mindrot.org/show_bug.cgi?id=2841
Bug ID: 2841
Summary: Missing certificatefile in -G output
Product: Portable OpenSSH
Version: 7.6p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: [email protected]
Reporter: [email protected]
Created attachment 3136
--> https://bugzilla.mindrot.org/attachment.cgi?id=3136&action=edit
patch to add certificatefile output
ssh -G foo
outputs most config options, but fails to output the list of
certificate files.
e.g.:
cat > config <<-EOT
User foo
CertificateFile foo-cert.pub
IdentityFile foo.key
EOT
ssh -F config -G asdf | grep -i 'cert.*file'
# (no output)
Patch attached
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs