To logon:
ssh mox.hyak.uw.edu
To see the various partitions (aka allocations):
sinfo
To get an interactive build node:
srun -p build --pty /bin/bash
To get an interactive node in your own group. Here xyz is your group name.
srun -p xyz --pty /bin/bash
More details are here: