Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 499 Bytes

File metadata and controls

23 lines (19 loc) · 499 Bytes

Instruction to Login to DSAGEN Tutorial Server

  1. Login to Server Jumper
$ ssh micro2022@pyrito.cs.ucla.edu
$ password: micro2022
  1. Login to experiment container
$ ssh <username you receive>@micro2022
$ password: micro2022-<username you receive>

For example, if the username you receive is user19, you should

$ ssh micro2022@pyrito.cs.ucla.edu
$ enter password: micro2022
$ ssh user19@micro2022
$ enter password: micro2022-user19
$ zsh # Enjoy your tour of DSAGEN : )