Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 499 Bytes

Tutorial-Setup.md

File metadata and controls

23 lines (19 loc) · 499 Bytes

Instruction to Login to DSAGEN Tutorial Server

  1. Login to Server Jumper
$ ssh [email protected]
$ 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 [email protected]
$ enter password: micro2022
$ ssh user19@micro2022
$ enter password: micro2022-user19
$ zsh # Enjoy your tour of DSAGEN : )