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