Changes between Version 1 and Version 2 of ronne
- Timestamp:
- 02/01/16 11:33:19 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ronne
v1 v2 36 36 }}} 37 37 38 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:38 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 ronne account: 39 39 40 40 {{{ … … 60 60 #MATLAB alias 61 61 alias ma='matlab -nodesktop -nosplash -r "addpath $ISSM_DIR/src/m/dev; devpath;"' 62 }}} 63 64 In order to source `~/.bashrc` on startup, create `~/.bash_profile`, and add the following lines: 65 {{{ 66 if [ -f ~/.bashrc ]; then 67 . ~/.bashrc 68 fi 62 69 }}} 63 70