[Bug 2841] New: Missing certificatefile in -G output
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Wed Mar 21 07:22:15 AEDT 2018
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: unassigned-bugs at mindrot.org
Reporter: jamie.r.beverly at gmail.com
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.
More information about the openssh-bugs
mailing list