Add an new page about SSH

Anthony Wang 2021-09-02 09:09:27 -05:00
parent 16c96fcbcc
commit 71cbe424dc

13
SSH.md Normal file

@ -0,0 +1,13 @@
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
Open up a terminal on your computer and use the following command to connect to exozyme with SSH, substituting your exozyme username for `USERNAME`:
```
ssh USERNAME@exozy.me -p 4884
```
This command connects you to our SSH server on port 4884 at [exozy.me](https://exozy.me) You will be prompted to type in your password.
### Tips and tricks
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).