Secure Shell (SSH)

Secure Shell (SSH) is a technology that allows you to interact with a command-line interface on remote servers. At PSU, it is often used to securely access your Unix home directory and Personal Web Space.

Connect with Windows

You can download and install the SSH client PuTTY from the Self-Service Software - Software for PSU-owned Computers tool available on all PSU-owned computers. 

  1. Open PuTTY and enter the following configuration:

    1. For Host Name, enter odin.pdx.edu.

    2. For Port, enter 22.

    3. For Connection type, select SSH.

  2. Select Open.

  3. In the prompt, enter your Odin account username then select Enter.

  4. Enter your Odin account password then select Enter.

  5. Select Enter, which brings you to the Main Network Access Menu.

  6. Select the 4 key to exit to the shell prompt, then select Enter.

Connect with macOS

  1. Launch the Terminal application.
    Terminal is found in the  /Applications/Utilities/ directory but you can also launch it from Spotlight by utilizing Command+Spacebar and typing “Terminal” and then selecting Return.

  2. Enter ssh YourOdinUsername@odin.pdx.edu then select Return.

  3. Enter your Odin account password then select Return.

Related Support Content