Local workstations
We have four local workstations in lab, each equipped with 40CPUS, 4GPUS, and >50TB of storage.
Gaining access to our workstations:
Have the tech person send email to BIT asking to create a user for you on all four workstations.
Install CU-Boulder’s VPN
Connect to the terminal:
Mac/Linux users
Open the Terminal app or a terminal emulator
ssh <username>@<hostname>.int.colorado.edu (see tech person for hostnames)
Enter password (the cursor will not advance, but you can backspace, if you think you entered it wrong)
Press Enter, you should now be connected to the workstation’s terminal
Windows users
Install PuTTY
In the
Host Name (or IP Address)section, enter the <hostname> to one of the WorkstationsMake sure the
Portis set to22Select
SSHas theConnection TypeSavethe session for future use (if it isn’t prepopulated next time you can load the session)Then click
OpenEnter your username in the new dialog window, press
EnterEnter your password when prompted and press
Enteryou should not be connected to the workstation’s terminal
Starting a remote desktop:
Mac users
Log onto the workstation you want to use through a terminal execute:
echo "xfce4-session" > ~/.Xclientschmod a+x ~/.Xclients
Install the
Microsoft Remote Desktopapp from the App StoreOpen the
Microsoft Remote DesktopappClick on the
+drop-down menu and selectAdd PCIn the
PC namesection, enter the <hostname> of the desired workstationClick on the
User accountdrop-down menu and selectAdd User Account...Enter your <username> and <password> and click
AddEnter a
Friendly namefor the workstation, if desired.Click
AddNow you should now see a new box associated with the workstation you added
Double click on the box to open the connection
Accept the warning message to continue
A remote desktop should open once the connection is established
Windows users
Log onto the workstation you want to use through a terminal execute:
echo "xfce4-session" > ~/.Xclientschmod a+x ~/.Xclients
Search the search bar for the
Remote Desktop Connectionapp, click to startEnter the designated <hostname> for the
ComputerClick
ConnectClick
Yesfor the security questionA login window should pop up, login with your identikey credentials
*Mate and Gnome desktops may be available as well, simply use
echo "mate-session" > ~/.Xclientsorecho "gnome-session" > ~/.Xclientsinstead of the above command.