bugzilla-daemon at bugzilla.mindrot.org
2012-Jan-19  14:45 UTC
[Bug 1972] New: ssh-keygen fails to generate SSHFP for ECDSA but exits with 0 code
https://bugzilla.mindrot.org/show_bug.cgi?id=1972
             Bug #: 1972
           Summary: ssh-keygen fails to generate SSHFP for ECDSA but exits
                    with 0 code
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 5.9p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh-keygen
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: aleksey.morarash at gmail.com
Compiled from sources openssh-5.9p1.
Steps to reproduce:
> $ ssh-keygen -t ecdsa -N "" -f test -q
> $ echo $?
> 0
> $ ls test*
> test test.pub
> $ ssh-keygen -r hostname -f test.pub
> ssh-keygen: export_dns_rr: unsupported algorithm
> $ echo $?
> 0
I understand that there is no RFC for ECDSA SSHFP records yet and ECDSA
support in openssh is not full, but I expected non-zero exit code in
such case.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2012-Feb-07  08:17 UTC
[Bug 1972] ssh-keygen fails to generate SSHFP for ECDSA but exits with 0 code
https://bugzilla.mindrot.org/show_bug.cgi?id=1972
martian67 <martian67 at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martian67 at gmail.com
--- Comment #1 from martian67 <martian67 at gmail.com> 2012-02-07 19:17:42
EST ---
https://tools.ietf.org/html/draft-os-ietf-sshfp-ecdsa-sha2-07
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.