Primary informations
Username: $mulligas
Cluster: $baobab2
Description
I am trying to connect my vscode session to a specific cpu nodes in order to be able to debug remotely. I ssh in the terminal to baobab, allocate the cpu node, and then update my .ssh config file to use the relevant node via a proxy jump. When connecting I am prompted for my ssh-key password as normal, but then afterwords I am prompted to log in to mulligas@cpuXXX , which I am not able to log into using my ssh-key password or computing account password.
Steps to Reproduce
.ssh config contents
Host baobab
HostName baobab2.hpc.unige.ch
User mulligas
RequestTTY yes
Host skycurtains~*
RemoteCommand apptainer shell -B /srv,/home --nv /home/users/m/mulligas/temp_container/skycurtains.sif
RequestTTY yes
Host baocurt skycurtains~baocurt
HostName cpuXXX
User mulligas
ProxyJump baobab
RequestTTY yes
salloc cpu on baobab. replace the cpuXXX with the allocated cpu.
open vs code remote explorer and connect to host baocurt. input ssky-key password.
then prompted to enter password for allocated cpu
Expected Result
Connect to the remote host without being prompted to login to cpu
Actual Result
Prompted to login to cpu, no password works.