Server Access
Last updated
Was this helpful?
Most of this is old and no longer relevant.
Group servers are accessed using Secure Shell, usually called SSH.
You must be on the appropriate campus network or connected through VPN before you can access internal servers.
Download and install PuTTY from putty.org.
Open PuTTY.
Enter the server hostname, such as servername.uccs.edu.
When prompted, enter your username.
When prompted, enter your password.
You can also include the username in the hostname:
username@servername.uccs.eduLinux systems do not display password characters while you type. This is normal.
Open a terminal and run:
ssh servername.uccs.eduor:
When prompted, enter your password. The terminal will not display password characters while you type.
After logging in for the first time, change your password immediately:
Enter your current password, then enter your new password twice.
After this, set up public-key authentication using SSH Public Keys.
Last updated
Was this helpful?
Was this helpful?
ssh username@servername.uccs.edupasswd