Skip to content

Commit

Permalink
Merge pull request #63 from habi/patch-1
Browse files Browse the repository at this point in the history
Fix typos in SSH and Jupyter documentation
  • Loading branch information
grvlbit authored Feb 12, 2024
2 parents b13a282 + 8ca29be commit 1ee3a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-Started/ssh-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Keep in mind your local operating system need to have a X server running. E.g. X

## Passwordless SSH within the HPCs
Some application require passwordless SSH within the HPC machine, e.g. for establishing reverse port forwarding.
Please verify that you created and registered a SSH key within UBLEIX. If you can perform the following command without entering your password your are ready to go:
Please verify that you created and registered a SSH key within UBELIX. If you can perform the following command without entering your password your are ready to go:
```Bash
ssh localhost
```
Expand Down
2 changes: 1 addition & 1 deletion docs/software/JupyterLab.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The port needs to be specified while establishing the connection to UBELIX and w

### Passwordless SSH within the HPCs

Please verify that you created and registered a SSH key within UBLEIX. If you can perform the following command without entering your password your are ready to go:
Please verify that you created and registered a SSH key within UBELIX. If you can perform the following command without entering your password your are ready to go:
```Bash
ssh localhost
```
Expand Down

0 comments on commit 1ee3a2c

Please sign in to comment.