hierynomus / sshj

ssh, scp and sftp for java
Apache License 2.0
2.5k stars 601 forks source link

Is jumphost supported #377

Open pietermartin opened 7 years ago

pietermartin commented 7 years ago

We are using sshj successfully for a long in our project. Thanks for the excellent project.

We now have a requirement to use ssh's jumphost ability.

ssh -tt user@ip telnet ip port

If this possible with sshj?

golimarrrr commented 6 years ago

Is the telnet ip port a real telnet connection or you just need to send/receive data from a TCP port (i.e. a case where you could use netcat instead of telnet)?

pietermartin commented 6 years ago

Its a real telnet ip port.