A page in your DokuWiki was added or changed. Here are the details: Date : 2013/08/16 08:15 Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.71 Chrome/28.0.1500.71 Safari/537.36 IP-Address : 82.233.119.142 Hostname : mut38-4-82-233-119-142.fbx.proxad.net Old Revision: http://wiki.x2go.org/doku.php/doc:faq:start?rev=1363040519 New Revision: http://wiki.x2go.org/doku.php/doc:faq:start Edit Summary: [SSH Login issue] User : fredher @@ -87,5 +87,20 @@ At this time libssh, the ssh library used by X2Go is unable to work with an ECDSA key. 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. + ==== SSH Login issue ==== + If you already use openssh to get a shell on your x2go server, you may get this message when trying to connect with x2go: + <code> + "The host key for + this server was not found but an othertype of key exists. An attacker + might change the default server key to confuse your client into thinking + the key does not exist" + </code> + This is related to the ECDSA Key (see FAQ above). + To solve this issue, you can disable ECDSA keys on your ssh server configuration, by commenting the following line in /etc/ssh/sshd_config file: + <code> + #HostKey /etc/ssh/ssh_host_ecdsa_key + </code> + Then restart ssh service. + Now you should not get the error message anymore. -- This mail was generated by DokuWiki at http://wiki.x2go.org/