ssh-agent use in different security domains

Saku Ytti saku at ytti.fi
Thu Oct 27 19:07:40 EST 2011


On 27 October 2011 10:36, Alan Barrett <apb at cequrux.com> wrote:

> I agree that "--via" would be a convenient command line shorthand for cases
> where you don't want to edit .ssh/config.  (Passing -O ProxyCommand on a
> command line typed by hand is cumbersome for one hop, and infeasible for
> more than one hop.)

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

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

Or original problem:
cat >> .ssh/config
box *domain1
  path box1,domain1-jump-box
box *domain2
  path box1,domain2-jump-box


-- 
  ++ytti


More information about the openssh-unix-dev mailing list