Body
To access Koko via the command line terminal, please follow these steps:
-
Open your terminal application
-
Enter the following command to initiate the SSH connection:
Replace "netid" with your own username and adjust the paths accordingly.
ssh netid@koko-login.hpc.fau.edu
To transfer a directory from Koko to Athene, use the following command:
scp -r netid@koko-login.hpc.fau.edu:/mnt/beegfs/home/netid/folder netid@athene-login.hpc.fau.edu:/mnt/beegfs/home/netid/
You will be prompted to enter your research computing password. Once entered, the directory will be transferred.
If you need to transfer a single file, use this command:
scp netid@koko-login.hpc.fau.edu:/mnt/beegfs/home/netid/file.
txt
netid@athene-login.hpc.fau.edu/mnt/beegfs/home/netid/
You will be prompted to enter your research computing password. Once entered, the file will be transferred.