Changes between Version 23 and Version 24 of InstallationGuidelines/Amazon
- Timestamp:
- 03/14/12 14:35:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v23 v24 29 29 * Each instance created needs to start with a unique SSH keypair 30 30 * When setting up an instance, be sure to safely download the private key. 31 * In order to get the public key (needed by SecureCRT for instance) then you need to login using CLI & ret ireve it:31 * In order to get the public key (needed by SecureCRT for instance) then you need to login using CLI & retrieve it: 32 32 {{{ 33 33 ssh -l root -i private.pem <hostname>