Changes between Version 54 and Version 55 of InstallationGuidelines/Amazon


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v54 v55  
    3939* Each instance created needs to start with a unique SSH keypair
    4040* 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):
    4242{{{
    4343ssh -l admin -i private.pem <hostname>