Refer to the [server login tutorial][1] to get credentials and log onto the CDS server. This will also help you set up aliases in your console to SSH in more easily. Don't forget to change your password.
I'm now using alacritty as my terminal, so I needed to copy my terminfo over to the server in order
to maintain compatibility. If you're using a stock terminal, you probably don't have to do this, but if you do,
the secret sauce is infocmp | ssh root@remote-host "tic -"
, which will send your terminfo to the host. You