The 4.5.0.2 x2goclient for Windows always passes the -h argument to 
sshd:

    strm<<clientdir<<"\\sshd.exe -D -p "<<clientSshPort.toInt()<<" -f 
"<< config <<" -h "<<key;


with key=
    std::string 
key="\""+cygwinPath(etcDir+"/ssh_host_dsa_key").toStdString()+"\"";

However, the shipped sshd does not autogenerate a DSA key anymore, but 
RSA.

_______________________________________________
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Reply via email to