diff --git a/Deployment.md b/Deployment.md index 6c6f61d..46fec15 100644 --- a/Deployment.md +++ b/Deployment.md @@ -2,7 +2,7 @@ This page documents how to deploy ssh-chat using various methods. You can run ssh-chat on port 22, but then you'll need to change the port of OpenSSH to something else like 2022. You can do this in `/etc/ssh/sshd_config`. Two services can't run on the same port like this. -There are two popular Service Managers for Unix-Like systems, OpenRC (BSD systems) and systemd (Linux). Eather one must be set up to run ssh-chat as a service (in the background). ssh-chat can be run as a user (not a daemon) but will stop servicing once the running user exits the terminal instance. +There are two popular Service Managers for Unix-Like systems, OpenRC (BSD systems) and systemd (Linux). Either one must be set up to run ssh-chat as a service (in the background). ssh-chat can be run as a user (not a daemon) but will stop servicing once the running user exits the terminal instance. ## OpenRC