#acl All:read = Getting Started = == Class account == === Access via SSH === * Have you created ssh keys? If not, create your private and public keys: ~+`% ssh-keygen`+~ * The public keys of authorized persons are placed in the class accounts by a batch job each night. This means it will be tomorrow before your public key is added to the class account. Only people with lecturer or supervisor membership are authorized to ssh into their class accounts. The command below shows your memberships: ~+`% acc`+~ If ~+`acc`+~ shows that you are not a member, * lecturers: Check that you are allocated to your course on the [[http://www.cse.unsw.edu.au/~teachadmin/alloc/|Teaching Allocations]]. If not, email <> * admins: Email the lecturer for your course. The lecturer should then email <> to add you to your course, as '''''supervisor'''''. * Log into your course account: ~+`% ssh -Y cs9999@login.cse.unsw.edu.au`+~ If you are correctly allocated to your course as indicated on the allocation files and if you have previously created your keys, you should be able to log into your class account. If not, you can email system support <>. <> == Classes == * Check [[https://www.cse.unsw.edu.au/~give/ClassUtil/COMPSC/|Class Utilisation]] regularly. * How to find suitable times for new classes: * Check your students [[http://www.cse.unsw.edu.au/~teachadmin/lecture_times/|other lecture and class times]]. * Check lecture and class [[https://nss.cse.unsw.edu.au/tt/|room bookings]]. * Check [[http://www.cse.unsw.edu.au/~give/Timetables/labs/current/|lab bookings]]. * Class management enquiries: <>. == Enrolments == The class accounts have read permissions to extract enrolment records. The enrolment files are stored in: . ~+`/home/sms/sturec/data`+~ . ~+`% grep /home/sms/sturec/data/_`+~ . e.g. ~+`grep COMP9999 /home/sms/sturec/data/20T3_COMP`+~ <>