Idea for feature recursive ssh: "scp file user1 at gateway:user2 at server:"

Saku Ytti saku at ytti.fi
Wed May 16 20:15:36 EST 2012


On 16 May 2012 12:32, Michael Haggerty <mhagger at alum.mit.edu> wrote:

> How many times have I typed in one window
>
>    ssh -L 8022:server:22 user1 at gateway
>
> only so that I can type (in another window!)
>
>    scp -P 8022 file user2 at localhost:

+1. Not far from what I propose here:
http://lists.mindrot.org/pipermail/openssh-unix-dev/2011-October/030030.html

----
Or maybe just 'ssh box1,box2,box3' which would be equivalent to

cat >> .ssh/config
box3
  path box1,box2
---


-- 
  ++ytti


More information about the openssh-unix-dev mailing list