Remove old login. Fix ANSYS docs
All checks were successful
Build and deploy documentation / build-and-deploy-docs (push) Successful in 22s

This commit is contained in:
2026-02-13 16:14:03 +01:00
parent acde833952
commit 2f917f89d6
10 changed files with 87 additions and 52 deletions

View File

@@ -6,7 +6,6 @@ This is the standard method. Official X11 support is provided through [NoMachine
For normal SSH sessions, use your SSH client as follows:
```bash
ssh $username@merlin-l-01.psi.ch
ssh $username@merlin-l-001.psi.ch
ssh $username@merlin-l-002.psi.ch
```
@@ -29,7 +28,6 @@ to implicitly add `-X` to all ssh connections:
* Alternatively, you can add the option `-Y` to the `ssh` command. In example:
```bash
ssh -X $username@merlin-l-01.psi.ch
ssh -X $username@merlin-l-001.psi.ch
ssh -X $username@merlin-l-002.psi.ch
```

View File

@@ -6,7 +6,6 @@ This is the standard method. Official X11 support is provided through [NoMachine
For normal SSH sessions, use your SSH client as follows:
```bash
ssh $username@merlin-l-01.psi.ch
ssh $username@merlin-l-001.psi.ch
ssh $username@merlin-l-002.psi.ch
```
@@ -39,7 +38,6 @@ to implicitly add ``-X`` to all ssh connections:
* Alternatively, you can add the option ``-Y`` to the ``ssh`` command. In example:
```bash
ssh -X $username@merlin-l-01.psi.ch
ssh -X $username@merlin-l-001.psi.ch
ssh -X $username@merlin-l-002.psi.ch
```

View File

@@ -35,7 +35,7 @@ For example, to transfer files from your local computer to a merlin project
directory:
```bash
rsync -avAHXS ~/localdata user@merlin-l-01.psi.ch:/data/project/general/myproject/
rsync -avAHXS ~/localdata user@merlin-l-001.psi.ch:/data/project/general/myproject/
```
You can resume interrupted transfers by simply rerunning the command. Previously
@@ -44,7 +44,7 @@ transferred files will be skipped.
### WinSCP
The WinSCP tool can be used for remote file transfer on Windows. It is available
from the Software Kiosk on PSI machines. Add `merlin-l-01.psi.ch` as a host and
from the Software Kiosk on PSI machines. Add `merlin-l-001.psi.ch` as a host and
connect with your PSI credentials. You can then drag-and-drop files between your
local computer and merlin.