Changes between Initial Version and Version 1 of Ticket #168


Ignore:
Timestamp:
11/13/11 09:42:37 (12 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #168

    • Property Owner changed from Antoine Martin to Antoine Martin
    • Property Status changed from new to accepted
  • Ticket #168 – Description

    initial v1  
    1 I need to use a machine as gateway; currently this is done via a "ProxyCommand ssh user@host netcat %h %p" in my ~/.ssh/config. This works fine for openssh and xpra, but winswitch doesn't use this information (yet).
     1I need to use a machine as gateway; currently this is done via a
     2{{{
     3ProxyCommand ssh user@host netcat %h %p
     4}}}
     5in my {{{~/.ssh/config}}}.
     6This works fine for openssh and xpra, but winswitch doesn't use this information (yet).
    27
    38A similar mechanism would be nice; or, at least, some kind of (pre-)connect command that can build the first hop.
     
    510
    611Furthermore, I currently use a TCP remote-port forwarding to get some actions tunneled back; it would be nice if either this, or some other notification mechanism (sending strings) could be done over the same channel.
    7