Changes between Version 47 and Version 48 of InstallationGuidelines/Amazon
- Timestamp:
- 06/23/13 19:15:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v47 v48 43 43 * Each instance created needs to start with a unique SSH keypair 44 44 * When setting up an instance, be sure to safely download the private key. 45 * In order to get the public key (needed by SecureCRT for instance) then you need to login using CLI & retrieve it :46 {{{ 47 ssh -l root-i private.pem <hostname>45 * 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): 46 {{{ 47 ssh -l admin -i private.pem <hostname> 48 48 cat ~/.ssh/authorized_keys 49 49