Using an ssh key pair is benefical for security reasons, although it is not necessary to work
Using an ssh key pair is beneficial for security reasons, although it is not necessary to work
with the ZIH HPC system.
=== "Windows 10 and heigher/Mac/Linux users"
=== "Windows 10 and higher/Mac/Linux users"
If you are a Windows user, you need to install Windows Terminal first (more information [here](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab)).
Windows users might need to install [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab).
1. Open a terminal/shell/console (`Ctrl+Alt+T`) and type in
1. Open a terminal/shell/console and type in
```console
marie@local$ ssh marie@taurus.hrsk.tu-dresden.de
```
...
...
@@ -121,7 +121,7 @@ If you are a Windows user, you need to install Windows Terminal first (more info
1. After typing in your password, you end up seeing something like the following image.
Install and set up [MobaXTerm](../access/ssh_login_mobaxterm) or [PuTTY](../access/ssh_login_putty).
...
...
@@ -129,7 +129,8 @@ For more information explore the [access compendium page](../access/ssh_login.md
## Data Management and Data Transfer
First, it shown how to create a workspace, then how to transfer data within and to/from the ZIH HPC system. Also take care of the file permissions while collaboration.
First, it shown how to create a workspace, then how to transfer data within and to/from the ZIH HPC
system. Also keep in mind to set the file permissions when collaborating with other researchers.
### Create a Workspace
...
...
@@ -152,14 +153,17 @@ To start we recommend the Lustre filesystem **scratch**.
remaining extensions : 10
remaining time in days: 90
```
To explain:
* `ws_allocate` - command to allocate
* `-F scratch` - on the scratch filesystem
* `test-workspace` - workspace's name
* a life time of `90` days
* `-r 7 -m marie.testuser@tu-dresden.de` - send a reminder to `marie.testuser@tu-dresden.de` 7 days before expiration
The path to this workspace is `/scratch/ws/marie-test-workspace`. You will need it when transferring data or running jobs.
- `ws_allocate` - command to allocate
- `-F scratch` - on the scratch filesystem
- `-r 7 -m marie.testuser@tu-dresden.de` - send a reminder to `marie.testuser@tu-dresden.de` 7 days before expiration
- `test-workspace` - workspace's name
- a life time of `90` days
The path to this workspace is `/scratch/ws/marie-test-workspace`. You will need it when
transferring data or running jobs.
Find more [information on workspaces in the compendium](../data_lifecycle/workspaces.md).
...
...
@@ -175,20 +179,23 @@ The approach depends on the data volume: up to 100 MB or above.