Index of /cse121/lecture/week01
Name Last modified Size Description
Parent Directory -
hello.c 04-Jul-2008 12:03 399
mingw.doc 30-Jun-2008 23:20 527K
putty.doc 01-Jul-2008 10:43 120K
putty.exe 29-Apr-2007 12:43 444K
putty.zip 25-Jun-2008 09:05 237K
unix-basics.txt 03-Jul-2008 15:48 3.9K
vi-basics.txt 03-Jul-2008 14:51 4.5K
vimrc.txt 04-Jul-2008 12:19 501
vimrc.txt: the file must be named .vimrc and must be in your home directory
------------------------------------------------------------------------------
PuTTY equivalent program on Mac OS X
Apparently there is no application on the Mac (OS X) similar to PuTTY
for Windows.
Solution:
Open a terminal (should be in the Utilities menu) and enter this command:
ssh login@cs.clark.edu
Example for Fred Flintstone, Student ID 940-12-3456:
ssh fflin3456@cs.clark.edu
If you get an "Authenticity Warning" answer yes to the "do you want to
continue" prompt.
Note: You must type the word "yes"; a simple "y" will not work.
From there it should look similar to the screen shots in the PuTTY handout:
fflin3456@cs.clark.edu's password:
------------------------------------------------------------------------------