SSH Keys instead of passwords - highly recommended for frequent access
Using this step will save lots of time typing in passwords when accessing your remote files
You can log in or access a remote account without using a password by following these steps
mkdir ~/.ssh
If you do not have an SSH public key yet then run this command
ssh-keygen -t dsa
repeat for rsa, ecdsa, ed25519
copy the contents of the ~.ssh/*.pub file and add it to the end of the file ~/.ssh/authorized_keys on the remote host (create this file if it does not exist)
Information in this area is meant for use by CSCF staff and is not official documentation, but anybody who is interested is welcome to use it if they find it useful.