A previous employee at the company i work for had set up an SSH Tunnel but I am having some difficulty with it.
echo y | plink.exe -ssh -R 24011:localhost:1433 connect@testsite1.fern.io
My understanding is this is creating a reverse SSH tunnel with the port 24011 on the local machine listening. My question is what does "-ssh" refer to. I have searched everywhere but the nature of the search query makes it difficult to find any meaningful information.