Is it possible to make a reverse ssh connection using AOH? If this is not the case, is there any other pure Java library that I can use to create a reverse SSH tunnel connection?
The command I want to play is similar to the command:
ssh -fN -R 7000:localhost:22 username@yourMachine-ipaddress
source
share