Remove old login. Fix ANSYS docs
All checks were successful
Build and deploy documentation / build-and-deploy-docs (push) Successful in 22s
All checks were successful
Build and deploy documentation / build-and-deploy-docs (push) Successful in 22s
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user