Changes between Initial Version and Version 1 of Ticket #203


Ignore:
Timestamp:
06/24/12 05:23:57 (12 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #203

    • Property Owner changed from Antoine Martin to Antoine Martin
    • Property Status changed from new to accepted
    • Property Milestone changed from to 0.12
  • Ticket #203 – Description

    initial v1  
    11I've got a remote tunnel, via
    2 
    3    ssh -L 8022:host1:22
    4 
    5 and connect to host2 via winswitch and the localhost:8022 tunnel.
     2{{{
     3ssh -L 8022:host1:22
     4}}}
     5and connect to host2 via winswitch and the {{{localhost:8022}}} tunnel.
    66
    77Now, if I stop that outer SSH session (eg. via the "\n\n~." escape sequence) winswitch sees that the connection is severed, and displays "reconnect" in the servers menu.