I have a strange behavior of plink.exe on windows 7 starter edition on my netbook
I'm providing one ip, but it connects to a different... O_o wtf Maybe it saved some session somewhere? How to clean all sessions?
This is the cmd i'm using:
plink.exe root@myiphere -pw mypasswordhere -P 22 -L 3307:127.0.0.1:3306
As you can see, i'm trying to connect to mysql.
I have fixed this via using putty.exe directly, but it's open an addition terminal window.
So why does plink is acting so strange?
Thanks ;)