Changes between Version 1 and Version 2 of gscc
- Timestamp:
- 12/09/20 13:57:21 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gscc
v1 v2 1 == Getting an account ==2 1 3 First, you need to send an email to the system administrators of Greenplanet (email: hpcops [at] ps.uci.edu) and request an account (desired username or ucinetid, and email address). More info here: https://ps.uci.edu/greenplanet/4 2 5 3 == ssh configuration == … … 8 6 {{{ 9 7 #!sh 10 Host g p greenplanet gplogin1.ps.uci.edu gplogin2.ps.uci.edu11 HostName gplogin1.ps.uci.edu12 User YOURGREENPLANETUSERNAME13 HostKeyAlias gplogin1.ps.uci.edu14 HostbasedAuthentication no8 Host gscc login.gscc.umt.edu 9 HostName login.gscc.umt.edu 10 User USERNAME 11 HostKeyAlias login.gscc.umt.edu 12 HostbasedAuthentication no 15 13 }}} 16 and replace ` YOURGREENPLANETUSERNAME` by your greenplanetusername.14 and replace `USERNAME` by your gscc username. 17 15 18 Once this is done, you can ssh g reen planetby simply doing:16 Once this is done, you can ssh gscc by simply doing: 19 17 20 18 {{{ 21 19 #!sh 22 ssh g p20 ssh gscc 23 21 }}} 24 22 25 Obs.: `gplogin2.ps.uci.edu` is preferred over `gplogin1.ps.uci.edu` (gplogin2 is faster, has 48 cores and new nodes, and allows to access the DFS-B disk which has a faster i/o). See the partitions here (ideally submit jobs on 'ilg2.3'): https://ps.uci.edu/greenplanet/Partitions-new-names.26 23 27 24 == Password-less ssh == … … 40 37 }}} 41 38 42 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 g reenplanetaccount: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 gscc account: 43 40 44 41 {{{ … … 47 44 }}} 48 45 49 Now on ''' Greenplanet''', copy the content of id_rsa.pub:46 Now on '''gscc''', copy the content of id_rsa.pub: 50 47 51 48 {{{