I'm connecting to a remote SSH linux server from a windows host using plink. This works correctly, I setup a private/public key and can authenticate without any problem.
Thing is, when using plink once I'm connected the backspace key produces odd characters (something like '<-[K') and I get bell rings from the computer every now and then.
This is really baffling because if I use PuTTY it works fine I can erase using backspace and no bell. What is even more odd is that plink is loading the session that I made using PuTTY.
This is the command I use : plink -load virtual_MMFU Basically, the session works fine when used with PuTTY but whatever I change under keyboard or bell doesn't have any effect when using it with plink.