From 5634efd2ecea9019b7add76cdc4eff0eb33c2976 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 31 Oct 2021 12:32:33 -0500 Subject: [PATCH] Convert H3 headers to H2 --- SSH.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SSH.md b/SSH.md index f7ec928..6d3ce83 100644 --- a/SSH.md +++ b/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). \ No newline at end of file