From e220581f245b2fbda594ea84de8c09d980b7f28c Mon Sep 17 00:00:00 2001 From: Anastes Mp Date: Tue, 9 Oct 2018 22:35:45 +0530 Subject: [PATCH] sshd service restart - error sshd should be used instead of ssh in centos (I don't know about other distros --- docs/security/securing-your-server/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/securing-your-server/index.md b/docs/security/securing-your-server/index.md index 56a188ecfed..73026dcba5c 100644 --- a/docs/security/securing-your-server/index.md +++ b/docs/security/securing-your-server/index.md @@ -202,7 +202,7 @@ You may want to leave password authentication enabled if you connect to your Lin If your init system is SystemV or Upstart (CentOS 6, Debian 7, Ubuntu 14.04): - sudo service ssh restart + sudo service sshd restart ### Use Fail2Ban for SSH Login Protection