| Message: 97355 |
 |
BY: Frederic Donnat (fred-secludit) DATE: 2012-01-13 13:12 SUBJECT: RE: trouble with keypair / private key Hi Mike,
First of all, thanks for using CloudyScripts and helping us to improve it.
If I understand well, you have an issue while connecting to the instance using an RSA private key.
In fact this is running on Cloudy_Scripts (https://cloudyscripts.com) Website for more than one year without problem. We are using net-ssh > v2.0.x ruby gem.
here is the doc:
http://net-ssh.github.com/ssh/v2/api/
Could you please consider updating to a net-ssh v2.0.x ruby gem in not already done?
Could you also check that your key file is a PEM formatted file containing an RSA private key?
In order to do so, just edit the file and verify that:
- it does not contain the text part of the key
- it begins with "-----BEGIN RSA PRIVATE KEY-----" and ends with "-----END RSA PRIVATE KEY-----"
If this does not solve the problem could you provide us some logs or more informations, on the version of CloudyScripts you are using, the OperatingSystem, the version of Net-SSH and ruby?
Regards,
Fred | |