@@ -55,3 +55,33 @@ All file transfer access to the Star HPC Cluster is currently through the login
## User Authentication and Permissions
File transfers are authenticated in the same way as SSH access. SSH keys are the preferred method for secure authentication, although password authentication is currently allowed. Plans for implementing Multi-Factor Authentication (MFA) are being considered for future security enhancements.
# Cyberduck
[Cyberduck](https://cyberduck.io/) is a file transfer application with an intuitive graphical interface for transfering files to or from a remote machine.
Cyberduck is available for both Windows and Mac.
## Installation
1. Download the Cyberduck package from [cyberduck.io](https://cyberduck.io/).
4. Select "SFTP (SSH File Transfer Protocol)" from the top dropdown menu. Enter the server, port, username, and password for the machine you are trying to access. Then click "Connect".
5. If you see a window asking about an "Unknown fingerprint", click "Always" and then "Allow".
6. You should now be able to see the files on your remote machine. You can transfer files to and from it by dragging and dropping files between this window and your "Finder" windows.