...
Register student's wired NIC address with CIS from https://action.isi.edu/services/ip_address
Change password
Info | ||
---|---|---|
| ||
After password change ask CIS to sync NIS and LDAP. Include username in ticket. |
Action should have sent an email about the student's account along with a username and temporary password.
Telnet into darkstar OR boreas OR nitro as user and change the password with:
$ passwd
$ yppasswd
Add to Crowd
Add student to Crowd with ccg-users, confluence-users, jira-users
...
Add student to salt stack.
Add to Slack
Add student to the Pegasus slack.
Confluence
Give the student write access to Confluence via Crowd.
...
Have the student set up their email client to access their ISI account, or create a .forward file.
Set up SSH Keys
Windows 10: Has OpenSSH support. To enable see https://youtu.be/iyLUTgyDkGI?t=40
Code Block theme Emacs mkdir ~/.ssh cd ~/.ssh ssh-keygen -t ed25519 -C "$USER" # Enter a password when prompted # Execute on Student's Linux Desktop # cat id_ed25519.pub > authorized_keys
...