search for: pass_middle

Displaying 1 result from an estimated 1 matches for "pass_middle".

2005 Oct 19
5
rsync through multiple ssh hops with password authentication prompt
Hi, I have searched the whole internet and mailing list and I was unable to find a clear answer to this. The method described in the FAQ [1] are not useful for me. Three machines source, middle, target. ssh into middle from source requires password pass_middle. ssh into target from middle requires password pass_target. One cannot reach target from source. So I can do: source $ ssh middle middle's password: pass_middle middle $ ssh target target's password: pass_target target $ Also I can do it in one step: source $ ssh -t middle ssh target m...