Body
Question
How do I log into Shell?
Solution
Prerequisites
Not sure what shell is? See Shell.
Before logging into Shell, you need to make sure you have enabled shell access for your UO account. See the Enabling Shell Access article for more information.
Windows 10 version 1803 and newer
- Open the Command Prompt or PowerShell or Terminal on a Mac.
- Type:
ssh DuckID@shell.uoregon.edu
(replacing DuckID with your Duck ID username) and press enter.
- Verify the fingerprint matches the one found at Shell, then type yes and press enter to continue.
- You will only be asked to verify the fingerprint the first time you connect to Shell.
- Enter your Duck ID password and press enter.
- You will now be presented with a shell running on shell.uoregon.edu.
Windows 10 version 1709 and older
- Obtain an SSH client.
- If you do not know of an SSH client, a comparison of a number of available ones can be found on Wikipedia.
- Connect to the host shell.uoregon.edu on the default port of 22.
- Other SSH clients will have different steps to connect. Please consult their help and documentation pages for more information on how to connect.
- Log in using your normal Duck ID username and password.
- You will now be presented with a shell running on shell.uoregon.edu.
macOS
- Open the Terminal application (located in Applications > Utilities folder).
- In Terminal type:
ssh DuckID@shell.uoregon.edu
(replacing DuckID with your Duck ID username) and press enter.
- Verify the fingerprint matches the one found at Shell, then type yes and press enter to continue.
- You will only be asked to verify the fingerprint the first time you connect to Shell.
- Enter your Duck ID password.
- You will now be presented with a shell running on shell.uoregon.edu