From f027482ee5c41ec6c26919ce0ed88dd735323fb9 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 2 Sep 2021 09:10:15 -0500 Subject: [PATCH] Add a bit more to setup --- SSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSH.md b/SSH.md index 146d2bf..a05a433 100644 --- a/SSH.md +++ b/SSH.md @@ -6,7 +6,7 @@ Open up a terminal on your computer and use the following command to connect to ``` 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. +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. If everything works, it should drop you into a terminal. ### Tips and tricks