Changes between Initial Version and Version 2 of Ticket #66334


Ignore:
Timestamp:
Jul 2, 2024, 7:23:30 AM (3 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Hopefully you are not actually using MacPorts 2.8.0 which was released in 2022 but are instead using the latest version 2.9.3. If port version does not show at least 2.9.3, please update to 2.9.3 by running sudo port selfupdate or downloading and running the installer from our web site.

A single port can have multiple launchd plists if needed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66334

    • Property Status changed from new to assigned
    • Property Keywords highsierra added; ssh-agent removed
    • Property Owner set to artkiver
    • Property Summary changed from /opt/local/bin/ssh-agent not used on macOS 10.13.6 to openssh: /opt/local/bin/ssh-agent not used
  • Ticket #66334 – Description

    initial v2  
    11On macOS 10.13.6 after (as root):
    22
     3{{{
    34port install openssh
    45port load openssh
     6}}}
    57
    68and then e.g, as user:
    79
     10{{{
    811scp ....
     12}}}
    913
    1014instead of /opt/local/bin/ssh-agent , the native /usr/bin/ssh-agent is still run.