Castaway - Ooooh... A challenge... ;-)

There is a problem with ssh-add on Win32 in that the ssh-agent thingummyjob only applies to the ssh-agent associated with it. i.e. you cannot (without a serious hack) run Program Manager (or whatever new-fangled name it's called nowadays) under ssh-agent...

But:
In my cygwin ~/.bashrc I have the function:
newshell() { rxvt -g 90x80+560+0 -sr -sl 5000 -vb -e /bin/bash --login - & }

So, I run ssh-add and then whenever I need a new shell I run the newshell func. (I have an X Client running in the windowless mode...)
I'm sure if you were clever (I think I've used up my allowance for that this year...) you could create the relevant scripts to create those funky little icon things that some people seem to like so much.


SM


In reply to Re^4: OT - SSH Help by smullis
in thread SSH Help by bear0053

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.