Changes between Version 47 and Version 48 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
06/23/13 19:15:00 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v47 v48  
    4343* Each instance created needs to start with a unique SSH keypair
    4444* 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{{{
     47ssh -l admin -i private.pem <hostname>
    4848cat ~/.ssh/authorized_keys
    4949