Re: ssh tunnel, windowless-- possible in puTTY?

From: dmorgan-numeral one-ATdslextreme.com (no email)
Date: 03/05/04


Date: Thu, 04 Mar 2004 17:03:52 -0800


Thoughtful and thought-provoking. OK, at a minimum (no pun) how about
allowing that window to come up minimized?

It's the obrusiveness and distraction as much as the window itself
that seems to bother me, now that you make me think about it.

Maybe I'm using the wrong tool for this job. I know how to get packets
forwarded beyong the ssh server/gateway (with iptables) to the
ultimate, interior target machine. But I want the trans-internet leg
of the journey to be encrypted. ssh seems to have such nice
simplicity. I've played with FreeS/WAN (ipsec) but it's so very
heavyweight I think overkill. If only I could get the packets as far
as the ssh server/gateway, encrypted, without using ssh to do it, I
could marry that half-solution with iptables for the remaining half.
What other "pure tunnel" (no forwarding) products might be worth
learning about?

On 04 Mar 2004 10:05:39 +0000 (GMT), Simon Tatham <anakin@pobox.com>
wrote:

>dmorgan-numeral one-ATdslextreme.com <> wrote:
>> Using puTTY to set up the connection, is there any way to tell it to
>> NOT display any terminal window?
>
>I'm afraid not, at present.
>
>The main reason why not is that I've never quite understood how you
>should control such a PuTTY after you've started it up. In Unix it's
>reasonably easy: once you start your `ssh -N &' from the command
>line, you can use the shell's job control to kill it when you've
>finished, or use ps+kill if that's more convenient. But under
>Windows, people aren't generally in tune with the idea of bringing
>up the Task Manager to find and kill an invisible background
>process, and even if they were, they'd have a hard time telling it
>apart from any other _visible_ running PuTTYs because the command
>lines aren't meaningful or even shown.
>
>If you actually want this feature, can you give me some idea of how
>you'd expect to to control a windowless PuTTY after it had started
>up?
>
>Cheers,
>Simon



Relevant Pages

  • Re: loosing messages leakes my app...
    ... It posts messages to a window, ... why don't you always use PostMessage? ... threads rely on the control, then you should not destroy the control before the ... POSSIBLY know the unique target window for which this is intended. ...
    (microsoft.public.vc.mfc)
  • Re: Owner Draw STATIC Window with XP Themes
    ... >> You should open a theme once per window... ... Each OpenThemeData has a matching CloseThemeData. ... say, "Well, CloseThemeData doesn't take an HWND, it takes only an HTHEME, so ... The following code sample demonstrates how to draw a button control. ...
    (microsoft.public.vc.mfc)
  • Re: Owner Draw STATIC Window with XP Themes
    ... >> You should open a theme once per window... ... Each OpenThemeData has a matching CloseThemeData. ... say, "Well, CloseThemeData doesn't take an HWND, it takes only an HTHEME, so ... The following code sample demonstrates how to draw a button control. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: A question of dynamically moving controls (Drag and Drop)
    ... The dropped positions are saved in the registry and when the User opens the ... which is somewhere in the middle of the dialog window. ... However, later when the User restarts, the moved control now appears about ... your information is screen-size dependent. ...
    (microsoft.public.vc.mfc)