From e4331dad15d810758bea437c25e7c3967dca75f7 Mon Sep 17 00:00:00 2001 From: smk0033 Date: Fri, 21 Aug 2026 19:44:19 +0000 Subject: [PATCH 1/2] clarify ssh instructions --- docs/source/system_reference_guide/ssh.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/system_reference_guide/ssh.ipynb b/docs/source/system_reference_guide/ssh.ipynb index 547b7450..baa9910a 100644 --- a/docs/source/system_reference_guide/ssh.ipynb +++ b/docs/source/system_reference_guide/ssh.ipynb @@ -6,15 +6,15 @@ "source": [ "## SSH into Workspace\n", "\n", - "Follow these docs https://docs.openveda.cloud/user-guide/scientific-computing/ssh.html but use the hub.maap-project.org url" + "Follow these docs https://docs.openveda.cloud/user-guide/scientific-computing/ssh.html but use `hub.maap-project.org` to generate tokens and `hub.maap-project.org` as the Host for SSH (i.e., replace mentions of `hub.openveda.cloud` in the docs with `hub.maap-project.org`)." ] } ], "metadata": { "kernelspec": { - "display_name": "Python 3.11.1 64-bit", + "display_name": "Python [conda env:notebook] *", "language": "python", - "name": "python3" + "name": "conda-env-notebook-py" }, "language_info": { "codemirror_mode": { @@ -26,7 +26,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.1" + "version": "3.13.13" }, "vscode": { "interpreter": { From c3cea6fb9917d8de5063c245481a6f72b6a5c31b Mon Sep 17 00:00:00 2001 From: smk0033 Date: Tue, 25 Aug 2026 15:45:56 +0000 Subject: [PATCH 2/2] url and host update --- docs/source/system_reference_guide/ssh.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/system_reference_guide/ssh.ipynb b/docs/source/system_reference_guide/ssh.ipynb index baa9910a..71673795 100644 --- a/docs/source/system_reference_guide/ssh.ipynb +++ b/docs/source/system_reference_guide/ssh.ipynb @@ -6,7 +6,9 @@ "source": [ "## SSH into Workspace\n", "\n", - "Follow these docs https://docs.openveda.cloud/user-guide/scientific-computing/ssh.html but use `hub.maap-project.org` to generate tokens and `hub.maap-project.org` as the Host for SSH (i.e., replace mentions of `hub.openveda.cloud` in the docs with `hub.maap-project.org`)." + "Follow these docs https://docs.openveda.cloud/user-guide/scientific-computing/ssh.html but use https://hub.maap-project.org/hub/token to generate tokens and use `hub.maap-project.org` as the HostName for SSH (i.e., replace mentions of `hub.openveda.cloud` in the docs with `hub.maap-project.org`).\n", + "\n", + "The Host can be `maap-hub.default` or `maap-hub.`." ] } ],