Someone can explain me which tools and how i have to use to setup SSH tunnel encapsulated in SSL on both server and client sides?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Stunnel seems to do what you are waiting for : http://www.stunnel.org/?page=docs
It creates some SSL tunnel, and you can put any protocol you want : HTTP, POP, IMAP, SSH etc..
Hope it helps