Changes between Version 3 and Version 4 of aci


Ignore:
Timestamp:
07/18/17 10:50:37 (8 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified aci

    v3 v4  
    1313  HostbasedAuthentication no
    1414}}}
    15 and replace `eps5217` by your greenplanet username.
     15and replace `eps5217` by your aci username.
    1616
    17 Once this is done, you can ssh green planet by simply doing:
     17Once this is done, you can ssh ACI by simply doing:
    1818
    19 {{{
     19{{{e
    2020#!sh
    2121ssh aci
     
    3737}}}
    3838
    39 Two files were created: your private key `/Users/username/.ssh/id_rsa`, and the public key `/Users/username/.ssh/id_rsa.pub`. The private key is read-only and only for you, it is used to decrypt all correspondence encrypted with the public key. The contents of the public key need to be copied to `~/.ssh/authorized_keys` on your greenplanet account:
     39Two files were created: your private key `/Users/username/.ssh/id_rsa`, and the public key `/Users/username/.ssh/id_rsa.pub`. The private key is read-only and only for you, it is used to decrypt all correspondence encrypted with the public key. The contents of the public key need to be copied to `~/.ssh/authorized_keys` on your aci account:
    4040
    4141{{{
     
    4444}}}
    4545
    46 Now on '''Greenplanet''', copy the content of id_rsa.pub:
     46Now on '''ACI''', copy the content of id_rsa.pub:
    4747
    4848{{{