From e4559248e3440f17538ee495bca4bb09c3c9fb8a Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 29 Oct 2021 17:35:25 -0500 Subject: [PATCH] Use standard SSH port --- SSH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SSH.md b/SSH.md index a05a433..f7ec928 100644 --- a/SSH.md +++ b/SSH.md @@ -4,9 +4,9 @@ You can use **SSH** to log in to exozyme if you do not need a graphical desktop. 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 +ssh USERNAME@exozy.me ``` -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. +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