[MacPorts] #48354: "OpenSSH @6.9p1 wrapper failure with ed25519"
#48354: "OpenSSH @6.9p1 wrapper failure with ed25519" ----------------------+-------------------------------- Reporter: seblec@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: ----------------------+-------------------------------- 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! -- Ticket URL: <https://trac.macports.org/ticket/48354> MacPorts <https://www.macports.org/> Ports system for OS X
#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
#48354: openssh @6.9p1: wrapper failure with ed25519 -----------------------+-------------------------- Reporter: seblec@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: fixed | Keywords: Port: openssh | -----------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: r138647 -- Ticket URL: <https://trac.macports.org/ticket/48354#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts