SMHP Slurm clusters with OZFS file system not able to ssh into instance
ssm into compute nodes from the cluster head node doesn't work. This is most likely because ssh keys are stored in /fsx/<user>, and they need to be copied over to /home/<user>
Potential permissions issue. Current permission for authorized_keys is set to 644, but it should be 600. Need to test why this is happening (and why it works without OZFS mounted)
sudo ln -s /fsx/ubuntu/.ssh /home/ubuntu/.ssh && sudo chmod 600 ~/.ssh/authorized_keys works. Need to test once why permissions were changed on authorized_keys (test without OZFS)
Is this fixed?
Fixed in #700