scp and ssh Instructions
Note: If you are running Windows, see the links on the Resources
Page on PuTTY. These instructions assume that you are using
Linux (or OS X with an XQuartz xterm). In the examples below, I use
% as
the shell prompt.
To move a file from the current directory on your machine to your
ee312 directory:
% scp
<filename>
<username>@kamek.ece.utexas.edu:/home/ecelrc/students/<username>/ee312/<filename>
To log in to kamek:
% ssh -X
<username>@kamek.ece.utexas.edu