Re: ssh interactive session, through intermediate hosts ... problems ...

2010-12-20 Thread David Brodbeck
On Fri, Dec 3, 2010 at 4:43 PM, Josh Suid wrote: > First, where on the ssh client command line (see above) can I specify a more > liberal timeout value ?  Since my interactive session has three or more layers > of host between it, the whole thing falls apart if even one link slows down a > bit...

Re: ssh interactive session, through intermediate hosts ... problems ...

2010-12-03 Thread Adam Vande More
On Fri, Dec 3, 2010 at 6:43 PM, Josh Suid wrote: > # ssh u...@host ssh u...@host2 > Pseudo-terminal will not be allocated because stdin is not a terminal. > Permission denied (publickey,keyboard-interactive). > > Is there a way to build this tunnel with a single command ? (an ssh > command, > run

ssh interactive session, through intermediate hosts ... problems ...

2010-12-03 Thread Josh Suid
I connect to some systems via a series of ssh "jumps" - something like: # ssh u...@host Password: host~/ # ssh u...@host2 Password: host2~/ # ssh u...@host3 Password: host3~/ # (do some work) This is working well for me and does what I want it to. However, there are some things I'd like to d