SSH |
To work remotely on the UTCS Lab Machines, you must use SSH. One option is to use PuTTy, but the installation process is pretty painful. Alternatively, we suggest using the built-in MacOS Terminal and the 'ssh' command, like so: ssh username@leo.cs.utexas.eduto connect to a CS machine named 'leo'. There are numerous Public UTCS Machines, any of those will work. |
SFTP |
To transfer files between your local machine and your account on UTCS machines, you can use the SFTP command. On a Terminal, run:
sftp usename@leo.cs.utexas.eduto connect to a CS machine named 'leo'. List of public CS machines. Then you can use Unix/Linux commands (ls, cd) to navigate then run: get filenameto download files to your local machine put filenameto upload files to your account on UTCS machines. Alternatively, you can use Cyberduck (instructions below). |
Install and Configure Cyberduck |
Using Cyberduck, you can transfer files from your local machine to your account on UTCS and vice versa. Then, you can use Cyberduck to communicate to a UTCS machine using your UTCS credentials. Install Cyberduck, and do the following:
The SSH Private Key is only needed when you are not connected to utexas wireless network (i.e., working from home). You need to generate and upload a private key as described at ssh public-key authentication. You can now upload or download files to and from your account on UTCS as follows: At this point, you can open a remote terminal from your local machine to work on UTCS machines. You are ready to type in Unix/Linux commands. |