br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Managix validation step must validate the names of the files corresponding to public and private keys #541

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
As part of the instructions at .. 
http://code.google.com/p/asterixdb/wiki/InstallingAsterixUsingManagix
end-user is asked to create a public key for password less access. 
The public key file, if named other than id_rsa.pub (the default) would not 
allow SSH access (a different name requires a -i option (ssh user#host -i <path 
to key file>).    

Managix validation step should fail earlier to detect this. 
This should also be added to Managix documentation.

Original issue reported on code.google.com by RamanGro...@gmail.com on 24 Jun 2013 at 6:21

GoogleCodeExporter commented 8 years ago
Addressed in documentation. A further validation in code would be nice. Not a 
must fix, but a 'nice to have' fix. 
Will be taking this at lower priority. 

Original comment by RamanGro...@gmail.com on 16 Nov 2013 at 2:46