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

mention both globus endpoints explicitly #811

Merged
merged 2 commits into from
Dec 13, 2024
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
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/running_jobs_with_input_output_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,12 @@ conda deactivate

In order to access your UGent home and shares inside the globus
endpoint, you first have to generate authentication credentials on the
endpoint. To do that, you have to ssh to the globus endpoint from a
endpoint. To do that, you have to ssh to the globus endpoints from a
loginnode. You will be prompted for your UGent username and password to
authenticate:

```
$ ssh globus
$ ssh globus01 # also do this for globus02
UGent username:ugentusername
Password for [email protected]:
Shares are available in globus endpoint at /UGent/ugentusername/
Expand Down