Hi there,
I'm trying to open a SSH tunnel on a production server using the following command line:
mole start local --verbose --source 10.1.1.12:3306 --destination REMOTE_MYSQL_IP:3306 --server user@REMOTE_LINUX_BOX_IP:22 --key <path_to\private_key>
and I get the following error:
ssh: handshake failed: knownhosts: key mismatch
The ssh config file being used is the right one, in my profile:
using ssh config file from: C:\\Users\\Katy\\.ssh\\config
I have PuTTY and PhpStorm connecting successfully, with the same tunnel working under PuTTY, so it's definitely NOT a key mismatch.
Any ideas?
Thanks.
Hi there,
I'm trying to open a SSH tunnel on a production server using the following command line:
mole start local --verbose --source 10.1.1.12:3306 --destination REMOTE_MYSQL_IP:3306 --server user@REMOTE_LINUX_BOX_IP:22 --key <path_to\private_key>and I get the following error:
ssh: handshake failed: knownhosts: key mismatchThe ssh config file being used is the right one, in my profile:
using ssh config file from: C:\\Users\\Katy\\.ssh\\configI have PuTTY and PhpStorm connecting successfully, with the same tunnel working under PuTTY, so it's definitely NOT a key mismatch.
Any ideas?
Thanks.