Hello everyone,
I would appreciate your advice on a more (apparently) trivial matter:
I
am deploying a cluster via hpc-toolkit and would like to give a certain
external user access to the login node VM. I have tested this
previously with a single VM and accessing it via ssh worked
wonderfully (after adding the user's public ssh key).
However, when attempting this with the login VM, things do not go smoothly:
Things that I have tried after the first ssh login attempt failed (on port 22), in
brief, are: I assigned an external IP to the login node, enabled both http
and https traffic (and asked the user to attempt ssh access on ports 80
and 443). Also assigned a compute network user role through IAM
(console).
On port 22 the user gets a Operation timed out error
On ports 80 and 443: Connection refused
Am
I missing something trivial here? Is there a simple (or not so simple)
way to grant an external user access to a deployed cluster (also keeping
in mind safety considerations?)
Thank you for your help!