Hi I recently obtained mila cluster access and used the mila init
command to set up my cluster access.
What command did you run?
ssh mila
worked without issues for me but ssh mila-cpu
gave me an error.
Describe the bug
The error output is as follows:
> ssh mila-cpu
sbatch: --------------------------------------------------------------------------------------------------
sbatch: # Using default long-cpu partition (CPU-only)
sbatch: --------------------------------------------------------------------------------------------------
Allocating job ID: xxxxxx
xxxxx@mila-cpu: Permission denied (publickey).
Desktop :
Possible Solution
I fixed the issue by pasting my ssh public key to the authorized_keys
file on the login node. I think mila init
does not set this up correctly.