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: [email protected]
        ReportedBy: [email protected]


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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to