Updates:
        Owner: [email protected]

Comment #5 on issue 338 by [email protected]: Cluster Bootstap fails if SSH_CONFIG_DIR/ssh_host_rsa_key.pub does not exist.
http://code.google.com/p/ganeti/issues/detail?id=338

The attached patch does not capture the problem properly.
ssh_host_key[.pub] does contain a RSA key, but for ssh version 1. Such a key is not useful for Ganeti.

The real problem is that Ganeti requires RSA for its SSH setup. Only RSA keys are written to the known host file, and the cluster configuration right now only has a field to store the RSA public key.

In order to fix this problem, DSA has to be supported during cluster initialization, and if only DSA keys are found, those have to be used instead of the RSA ones.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to