1. Check README.txt on how to register a new account
  2. Download FCL cluster host public keys and save it as ~/.ssh/fcl_known_hosts
  3. Download this ssh configuration and include it in your ~/.ssh/config
  4. The ssh configuration we provide contains some instructions; you might want to follow it to make your SSH life easier:
    ###################################################
    ### Specify your login username in FCL cluster  ###
    ###################################################
    #User YOUR_USERNAME
    
    ###################################################
    ### Specify the path to your private key        ###
    ### if it cannot be found in standard locations ###
    ###################################################
    #IdentityFile ~/.ssh/id_rsa
    
    ###################################################
    ### Turn on strict host public key checking and ###
    ### specify the location of host public keys    ###
    ###################################################
    #StrictHostKeyChecking yes
    #UserKnownHostsFile ~/.ssh/fcl_known_hosts