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
```