Version 4.0b5
Opening two ssh tunnels to different servers at the same time, one is root@localhost (on a remote server) one is root@FQDN (different remote server).
If root@localhost SSH tunnel is opened first, root@FQDN _always_ fails with error 'cannot connection [email protected] using password; yes'.
If root@FQDN is opened _first_, then both connections work at the same time.
1. Seems to be a problem with multiple SSH tunnels
2. Why would the error msg say [email protected] if it really is root@FQDN? Thats what leads me to believe there is a bug at #1 above.
Maybe I'm doing something in the SSH tunnelling setup?