Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs in the Jupyter notebook launcher #91

Merged
merged 7 commits into from
Nov 13, 2024
Merged

Conversation

gkaf89
Copy link
Member

@gkaf89 gkaf89 commented Nov 13, 2024

This is related to ticket INC0138094.

The old launcher exposed the server to the whole cluster. Modified the launcher so that the server is accessible on the local host.

When the Jupyter server is listening to the public IP, anyone in the
cluster may try to connect.

Personal Machine --- SSH ---> Login node --- IP ---> cluster node --- IP ---> Jupyter (listening @ public IP)

Forcing Jupyter to listen to the loopback device, only users with access
to the node may try to login to the Jupyter server.

Personal Machine --- SSH ---> Login node --- SSH ---> cluster node --- IP ---> Jupyter (listening @ loopback IP)
@gkaf89 gkaf89 merged commit 8c5f36a into ULHPC:master Nov 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant