Opened 9 years ago

Last modified 9 years ago

#48354 closed defect

"OpenSSH @6.9p1 wrapper failure with ed25519" — at Initial Version

Reported by: seblec@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: openssh

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!

Change History (0)

Note: See TracTickets for help on using tickets.