You can connect to various Linux computers on campus remotely by utilizing Secure Shell (SSH). MacOS, most Linux distributions, and modern versions of Windows will already have an SSH Client. For some versions of Windows, you may need to install the PuTTY SSH client. When you are connected to the remote machine your home directory (~) will be your networked H: drive.
Connecting from off-campus
The university provides two primary servers for connecting remotely:
- guardian.it.mtu.edu (updates preview)
- colossus.it.mtu.edu
VPN requirement
You will need to connect to the campus VPN if you are off-campus, using a minimally managed device, or using a personal device.
Connecting from MacOS/Linux
- Connect to the VPN.
- Open a terminal.
- Enter the following command, using your Michigan Tech account name:
ssh accountname@guardian.it.mtu.edu
- Verify the host key with the keys published online.
- Enter your Michigan Tech password. Note that the characters you type will not display on the screen to protect your privacy.
- Hit the Enter key.
Connecting from Windows with SSH
- Connect to the VPN.
- Search for and open the ‘Terminal’ application in the start menu.
- Enter the following command, using your Michigan Tech account name:
ssh accountname@guardian.it.mtu.edu
- Verify the host key with the keys published online.
- Enter your Michigan Tech password. Note that the characters you type will not display on the screen to protect your privacy.
- Hit the Enter key.
Connecting from Windows with PuTTY
- Connect to the VPN.
- Install and open PuTTY.
- Enter guardian.it.mtu.edu for the hostname.
- Select the Open button.
- Verify the host key with the keys published online.
- Enter your Michigan Tech account name at the login as: prompt.
- Enter your Michigan Tech password at the accountname@guardian.it.mtu.edu's password: prompt.