Convert H3 headers to H2

Anthony Wang 2021-10-31 12:32:33 -05:00
parent 1ac3372af9
commit 5634efd2ec

6
SSH.md

@ -1,6 +1,6 @@
You can use **SSH** to log in to exozyme if you do not need a graphical desktop. SSH uses much less bandwidth than a full-blown desktop, so you should experience much better performance. Note that you do need some experience with using the terminal, so you may want to check out [this guide](https://exozy.me/howtuwu/linux/terminal/) if you need help.
### Setup
## Setup
Open up a terminal on your computer and use the following command to connect to exozyme with SSH, substituting your exozyme username for `USERNAME`:
```
@ -8,6 +8,8 @@ ssh USERNAME@exozy.me
```
This command connects you to our SSH server at [exozy.me](https://exozy.me) You will be prompted to type in your password. If everything works, it should drop you into a terminal.
### Tips and tricks
## Tips and tricks
### Run graphical apps
If you want to run graphical apps, you can use X11 forwarding with `ssh -X`. Note that this works best with a Linux client; otherwise, follow [these instructions](https://researchit.las.iastate.edu/x-forwarding-mac-and-windows).