CS105: Introduction to Computer Programming: C++

Using SSH to connect to a CS machine

  1. If you don't have a CS department account, you should request a new account.
  2. Choose one of the CS department linux machines.
  3. Use your SSH program to connect to your chosen department linux machine:
  4. Once you get to a shell prompt, you can use various linux commands to make files and directories and edit and compile code. Check out the first few tutorials on this Linux tutorial site to see some simple Linux commands in action.