Require using SSH keys for SSH logins

Anthony Wang 2022-01-28 08:35:42 -06:00
parent dbfb92a1a3
commit 33db0873ee

6
SSH.md

@ -2,11 +2,13 @@ You can use **SSH** to log in to exozyme if you do not need a graphical desktop.
## 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`:
First, [generate an SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). To add the key to the server, you will need to log in using [exohub](https://hub.exozy.me) and add the public key to your `~/.ssh/authorized_keys` file.
Now 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
```
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.
This command connects you to our SSH server at [exozy.me](https://exozy.me) You will be prompted to type in your SSH key's password. If everything works, it should drop you into a terminal.
## Tips and tricks