Expanded PModules docs
This commit is contained in:
@ -38,7 +38,7 @@ we provide a small recipe for enabling X11 Forwarding in MacOS.
|
||||
* Ensure that **[XQuartz](https://www.xquartz.org/)** is installed and running in your MacOS.
|
||||
|
||||
* For enabling client X11 forwarding, add the following to the start of ``~/.ssh/config``
|
||||
to implicitly add ``-Y`` to all ssh connections:
|
||||
to implicitly add ``-X`` to all ssh connections:
|
||||
|
||||
```bash
|
||||
ForwardAgent yes
|
||||
@ -48,9 +48,9 @@ to implicitly add ``-Y`` to all ssh connections:
|
||||
* Alternatively, you can add the option ``-Y`` to the ``ssh`` command. In example:
|
||||
|
||||
```bash
|
||||
ssh -Y $username@merlin-l-01.psi.ch
|
||||
ssh -Y $username@merlin-l-001.psi.ch
|
||||
ssh -Y $username@merlin-l-002.psi.ch
|
||||
ssh -X $username@merlin-l-01.psi.ch
|
||||
ssh -X $username@merlin-l-001.psi.ch
|
||||
ssh -X $username@merlin-l-002.psi.ch
|
||||
```
|
||||
|
||||
* For testing that X11 forwarding works, just run ``xclock``. A X11 based clock should
|
||||
|
Reference in New Issue
Block a user