Is it possible to do a reverse ssh connection using JSCH? If it is not, is there any other pure Java library that I can use to do a reverse tunnel SSH connection?
The command I want to mimic is similar than:
ssh -fN -R 7000:localhost:22 username@yourMachine-ipaddress