sftp over 2 hosts?

Markus Friedl Markus.Friedl at informatik.uni-erlangen.de
Fri Mar 16 19:21:53 EST 2001


On Wed, Mar 14, 2001 at 04:25:57PM +0100, Stephan Hendl wrote:
> thanks, that works, but the problem is that I have two open connections now, but I need actually only one. Furthermore the command 
> 
> myhost$ ssh -L 1234:hostb:22 hosta
> 
> gives me a promt back, so I have to open a window and to make small and to open a next one for the command 

try to use -f or -N or something similar.
	$ ssh -L xxx:yyy:zzz

so you don't need multiple windows.

-m





More information about the openssh-unix-dev mailing list