Re: [one-users] Generated Keypairs/Fingerprints in econe-server?

2014-02-21 Thread Javier Fontan
After several tests we've found a bug. The fingerprint generation is incorrect. To fix it you have to change /usr/lib/one/ruby/cloud/econe/keypair.rb line 91 [1] from: erb_key_fingerprint = Digest::MD5.hexdigest(rsa_kp.to_der) to erb_key_fingerprint = Digest::MD5.hexdigest(rsa_kp.to_blob) We

[one-users] Generated Keypairs/Fingerprints in econe-server?

2014-02-17 Thread Campbell, Bill
I've been working on integrating some external components with the econe server, which requires a generated keypair to be created for a user that will be accessing the cluster. I'm having difficulty however with the keypairs/fingerprints that are generated: I do the following: