CSC373/406: Labs: SSH [14/42] |
To do the homeworks, you will need an ssh client.
For a gui sftp client (all platforms), get FileZilla
Windows: On windows, install PuTTY (use putty-???-installer.exe).
Windows explorer does not support sftp.
Ubunutu Linux: The command line programs ssh, scp and sftp are installed by
sudo apt-get install openssh-client
File browser supports sftp. Select Go->Location (C-l). In the location bar, type sftp://username@riely373.cdm.depaul.edu/.
OSX: The command line programs ssh, scp and sftp come pre-installed on OSX.
Mac Finder does not support sftp.
To get drag/drop Finder integration is a bit of a pain. To do it, install MacFUSE and sshfs. (Just drag sshfs.app to /Applications.) To mount a directory, run sshfs.app. (This copy of sshfs is private; the public verion, available here, no longer contains the very simple gui.)