<div dir="ltr">Bill, could this be your problem?<br><br><a href="https://wiki.x2go.org/doku.php/doc:faq:start">https://wiki.x2go.org/doku.php/doc:faq:start</a><br><div><br></div><div><div>Known Issues</div><div><br></div><div>Can't login to x2goserver with an ECDSA key</div><div><br></div><div>Currently, older versions of the ssh library used by X2Go called libssh are unable to work with ECDSA keys. However you may use an RSA key - if you need to - or go with the SSH default authenticating method using the remote user's password.</div><div><br></div><div>SSH Login issue</div><div><br></div><div>If you already use OpenSSH to get a shell on your x2go server, you may get this message when trying to connect with x2go:</div><div><br></div><div>The host key for</div><div>this server was not found but an othertype of key exists. An attacker</div><div>might change the default server key to confuse your client into thinking</div><div>the key does not exist</div><div>This is related to the ECDSA host key (related to the previous FAQ entry - although there is a subtle difference between host and client keys.) To solve this issue, you can disable ECDSA keys on your OpenSSH server configuration, by commenting the following line in /etc/ssh/sshd_config file:</div><div><br></div><div>#HostKey /etc/ssh/ssh_host_ecdsa_key</div><div>Then restart the SSH service. Now you should not get the error message anymore.</div><div><br></div></div></div>