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

feat: ssh tunnel shortcuts #37

Merged
merged 5 commits into from
Oct 8, 2024
Merged

feat: ssh tunnel shortcuts #37

merged 5 commits into from
Oct 8, 2024

Conversation

pgierz
Copy link
Member

@pgierz pgierz commented Oct 1, 2024

No description provided.

src/pymorize/ssh_tunnel.py Outdated Show resolved Hide resolved
src/pymorize/ssh_tunnel.py Outdated Show resolved Hide resolved
src/pymorize/ssh_tunnel.py Outdated Show resolved Hide resolved
@pgierz pgierz added the enhancement New feature or request label Oct 7, 2024
@pgierz pgierz added this to the Beta Release milestone Oct 7, 2024
@pgierz
Copy link
Member Author

pgierz commented Oct 8, 2024

This pull request updates the ssh_tunnel.py script to support forwarding ports for both Dask and Prefect dashboards. The changes include adding new options for specifying local and remote ports for Prefect, modifying the gateway server hostname, and updating the SSH command and output messages accordingly.

Enhancements to SSH Tunnel Script:

  • src/pymorize/ssh_tunnel.py:
    • Added options for specifying local and remote ports for Prefect (--local-prefect-port and --remote-prefect-port).
    • Changed the default gateway server hostname from levante2.dkrz.de to levante1.dkrz.de.
    • Updated the SSH command to include port forwarding for Prefect in addition to Dask.
    • Modified the output messages to reflect the new port forwarding setup and provide URLs for accessing both Dask and Prefect dashboards.

@pgierz pgierz merged commit 64b868c into main Oct 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants