Changes between Version 54 and Version 55 of InstallationGuidelines/Amazon
- Timestamp:
- 06/23/13 19:37:17 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v54 v55 39 39 * Each instance created needs to start with a unique SSH keypair 40 40 * When setting up an instance, be sure to safely download the private key. 41 * In order to get the public key (needed by SecureCRT for instance) then you need to login using CLI & retrieve it (username 'admin' for the AWS MarketPlace Debian, username 'root' for the Community EBS Image):41 * In order to get the public key (needed by SecureCRT for instance) then you need to login using CLI & retrieve it (username 'admin' for the AWS !MarketPlace Debian, username 'root' for some other Images): 42 42 {{{ 43 43 ssh -l admin -i private.pem <hostname>