Hi,

Is it possible to use Net:SSH to connect through multiple servers? E.g. 
I need to use it for the following setup:

SSH to Server1 (using key)
--> SSH to Server2 (using login/password)
----> SSH to Server3 (using login/password)
------> SSH to Server4 (using login/password)
--------> Execute commands on Server4

Would that be possible today? Maybe by using port forwards on the next 
servers SSH port to a local port and connect again to this port and 
repeat the same trick?

Regards,

Peter