[MacPorts] #48354: openssh @6.9p1: wrapper failure with ed25519 (was: "OpenSSH @6.9p1 wrapper failure with ed25519")

MacPorts noreply at macports.org
Tue Jul 14 10:13:25 PDT 2015


#48354: openssh @6.9p1: wrapper failure with ed25519
-----------------------+--------------------------
  Reporter:  seblec@…  |      Owner:  ryandesign@…
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.3.3
Resolution:            |   Keywords:
      Port:  openssh   |
-----------------------+--------------------------
Changes (by ryandesign@…):

 * status:  new => assigned
 * owner:  macports-tickets@… => ryandesign@…
 * port:   => openssh


Old description:

> There is an error in "OpenSSH.wrapper" ; the line
>
>         if [ ! -f /opt/local/etc/ssh/ssh_ed25519_rsa_key ]; then
>
> should be in fact
>
>         if [ ! -f /opt/local/etc/ssh/ssh_host_ed25519_key ]; then
>
> Thanks!

New description:

 There is an error in "OpenSSH.wrapper" ; the line

 {{{
         if [ ! -f /opt/local/etc/ssh/ssh_ed25519_rsa_key ]; then
 }}}

 should be in fact

 {{{
         if [ ! -f /opt/local/etc/ssh/ssh_host_ed25519_key ]; then
 }}}

 Thanks!

--

Comment:

 Thanks.

-- 
Ticket URL: <https://trac.macports.org/ticket/48354#comment:1>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list