Tell me how you can transfer the password to create an ssh tunnel from under Windows automatically so that it does not ask. I read the man there only about Linux PS I use cygwin, using putty is not desirable
To connect using the following command:
ssh -R 22:localhost:5551 -o StrictHostKeyChecking=no login@IP "ls -la"