If you are using Windows 10, you can review this article on enabling and using ssh on Windows. Then, you can follow the "From a Mac or Linux Computer" instructions below using the Windows Terminal program.
If you are running an earlier version of Windows, download a program called PuTTY first. Follow the "download" link, then select the appropriate MSI ("Windows Installer"): 32-bit or 64-bit. Alternatively, you can look under "Alternative binary files" and click on "putty.exe" for your system, to download the executable file directly.
When you start it, it will ask for a host or hostname. You should enter:
hills.ccsf.edu
This video demonstrates how to login to hills from a PC.
Open the program called Terminal. Once it has opened, type the following and press enter (replace username with your username):
ssh username@hills.ccsf.edu
This video demonstrates how to login to hills from a Mac.
ssh uname@hills.ccsf.edu
(Put your hills login name in place of "uname" above.)
On a tablet (iPad or Android), install Termius (free app). Please refer to this Quick Start page for instructions on how to get started with Termius!
Refer to this handout for logging into hills from a lab computer.
Your username is the first part of your CCSF email address (everything before the @ sign). Your initial password will be the first three letters of your birth month, your two-digit birth date, your two-digit birth year, a dot, and finally the first two letters of your username. So, if your username is abc123 and your birthday is October 2nd, 1980, then your initial password is:
oct0280.ab
You will be asked to change your password immediately. Once you type your old password, and then type your new password twice, you will be automatically logged out, and you will have to log in again.
For more info, you can refer to the handout for logging into hills from the lab computers.
Need to reset your hills password? Refer to the Hills Password Reset page.
For the basic commands you can use on hills, refer to Tutorial One and Tutorial Two on this UNIX tutorial page.
You can use a simple text editor program called nano. For more information on nano, refer to this nano tutorial.
To log out of hills, simply type:
exit