ssh z7654321@login.cse.unsw.edu.au(replacing
z7654321
with your zID).
It should prompt you for your CSE password.
(Note: you should not expect dots or anything else to appear on the screen as you are
typing your password.)
ssh -Y z7654321@login.cse.unsw.edu.auThe
-Y
option means that whenever you open a window,
the window will appear remotely on your home machine.
scp z7654321@login.cse.unsw.edu.au:~/directory/filename .To transfer the other way, type:
scp filename z7654321@login.cse.unsw.edu.au:~/directoryCyberduck(https://cyberduck.io) is another option, providing a graphical interface which can be used to transfer files to and from your CSE account.
Summary (all platforms) for transferring files to/from CSE can be found at http://taggi.cse.unsw.edu.au/FAQ/SCP_and_SFTP
gcc
).
The best option is to install them from the disks that
came with your Mac, but you can also download them from the Internet.
You will need to register at
developer.apple.com
(registration is free). Then log in, click on "Downloads", then
"Developer Tools" and download the latest version of Xcode.
Double-click on the "package" and follow the install Wizard.
If you have any trouble, you can ask your Lab instructor for help, or post a message to the Course MessageBoard.