Changes between Initial Version and Version 1 of Ticket #48354


Ignore:
Timestamp:
Jul 14, 2015, 5:13:24 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Thanks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48354

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Status changed from new to assigned
    • Property Port openssh added
    • Property Summary changed from "OpenSSH @6.9p1 wrapper failure with ed25519" to openssh @6.9p1: wrapper failure with ed25519
  • Ticket #48354 – Description

    initial v1  
    11There is an error in "OpenSSH.wrapper" ; the line
    22
     3{{{
    34        if [ ! -f /opt/local/etc/ssh/ssh_ed25519_rsa_key ]; then
     5}}}
    46
    57should be in fact
    68
     9{{{
    710        if [ ! -f /opt/local/etc/ssh/ssh_host_ed25519_key ]; then
     11}}}
    812
    913Thanks!