Opened 9 years ago
Closed 9 years ago
#48354 closed defect (fixed)
openssh @6.9p1: wrapper failure with ed25519
Reported by: | seblec@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | openssh |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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!
Change History (2)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | openssh added |
Status: | new → assigned |
Summary: | "OpenSSH @6.9p1 wrapper failure with ed25519" → openssh @6.9p1: wrapper failure with ed25519 |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks.