Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/source/system_reference_guide/ssh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
"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 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.<SERVER_NAME>`."
]
}
],
"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": {
Expand All @@ -26,7 +28,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.1"
"version": "3.13.13"
},
"vscode": {
"interpreter": {
Expand Down