Changes between Initial Version and Version 1 of Ticket #27255


Ignore:
Timestamp:
Nov 11, 2010, 7:43:11 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to chiggsy@…:

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

Daniel and Rainer raised some objections to this in the mailing list discussion that prompted the filing of this ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27255 – Description

    initial v1  
    55To duplicate:
    66
    7 Install ssh via ports
    8 Install autossh via ports
     7 * Install ssh via ports
     8 * Install autossh via ports
    99
     10{{{
    1011autossh -M some_port user@host
     12}}}
    1113
    1214In a different local terminal owned by the same user
     15{{{
    1316ps
     17}}}
    1418
    1519/usr/bin/ssh will be seen.