Changes between Version 3 and Version 4 of aci
- Timestamp:
- 07/18/17 10:50:37 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified aci
v3 v4 13 13 HostbasedAuthentication no 14 14 }}} 15 and replace `eps5217` by your greenplanetusername.15 and replace `eps5217` by your aci username. 16 16 17 Once this is done, you can ssh green planetby simply doing:17 Once this is done, you can ssh ACI by simply doing: 18 18 19 {{{ 19 {{{e 20 20 #!sh 21 21 ssh aci … … 37 37 }}} 38 38 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 greenplanetaccount: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 aci account: 40 40 41 41 {{{ … … 44 44 }}} 45 45 46 Now on ''' Greenplanet''', copy the content of id_rsa.pub:46 Now on '''ACI''', copy the content of id_rsa.pub: 47 47 48 48 {{{