Skip to content

Correct way of using specific port for HPC? #284

Answered by mschubert
Aariq asked this question in Q&A
Discussion options

You must be logged in to vote

You can set up how you connect via ssh using your ~/.ssh/config (this can be a cmq-specific host):

Host my-ssh-host-name
    Hostname host.ip.address.or.name
    User your_user
    Port 2222
    IdentityFile ...

And then use your defined host name to connect:

options(
  clustermq.scheduler = "ssh",
  clustermq.ssh.host = "my-ssh-host-name"
)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Aariq
Comment options

Answer selected by Aariq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants