Java Library for SSH SOCKS binding?

sskaje

New Member
I'm looking for a way to connect to my remote server using ssh binding inside my java application. I enter the command like below inside my terminal to connect my server:\[code\]ssh -D 1234 [email protected]\[/code\]then I can configure my browser socks ip & port to:\[code\]socks ip: 127.0.0.1socks port: 1234\[/code\]& use my server to browse inside internetnow please help me to do this in my java application.currently I use a library called JSCH in my program but I couldn't get my application to work.Do you have any Idea or sample code or whatever for this problem ? (notice that both SOCKS v4 & v5 should be supported inside the java library)
 
Top