-
My institutions HPC only allows SSH connection without a password (using SSH key) on port 2222. Right now, I have options set like so:
Is this the correct way to do this, or is there another option I should set to specify the port? Currently this works, but it's inconsistent—usually on the first try to connect I get a timeout error instantly, but that's maybe a separate issue? |
Beta Was this translation helpful? Give feedback.
Answered by
mschubert
Feb 18, 2022
Replies: 1 comment 1 reply
-
You can set up how you connect via ssh using your
And then use your defined host name to connect: options(
clustermq.scheduler = "ssh",
clustermq.ssh.host = "my-ssh-host-name"
) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Aariq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set up how you connect via ssh using your
~/.ssh/config
(this can be a cmq-specific host):And then use your defined host name to connect: