Opened 14 years ago

Last modified 13 years ago

#27255 closed defect

autossh defaults to using /usr/bin/ssh even with macports ssh installed — at Initial Version

Reported by: chiggsy@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: autossh

Description

Autossh will autostart ssh on the monitor port, given by the -M option.

When a user has macports ssh installed, Autossh should use that preferentially over /usr/bin/ssh, which is currently the default.

To duplicate:

Install ssh via ports Install autossh via ports

autossh -M some_port user@host

In a different local terminal owned by the same user ps

/usr/bin/ssh will be seen.

Workaround is to use the AUTOSSH_PATH, but the default should be macports.

Change History (0)

Note: See TracTickets for help on using tickets.