SSH Error When Clicking "Host" in OOD Job Card

After launching a Jupyter session, connecting to the server works fine, but the problem arises when I click the hostname to access the shell. I can manually ssh into the hostname from the command line, but I receive this error message when I click the hostname – “Host “” not specified in allowlist or cluster configs.”. This was working fine when we were using OOD v1 and v2, but we are now on OOD v3.1.7 and just discovered this issue. Not saying that the version upgrade is the reason since we are unaware of when this error began occurring.

Any guidance would be greatly appreciated!

You have to add the hosts to the ssh allowlist. Documentation says this was added in 1.8, so maybe there’s a config file you need to update/copy/move?

https://osc.github.io/ood-documentation/latest/customizations.html#set-ssh-allowlist

1 Like