From 2725ff6b7289f0d0b0858922aadc738a5b82b549 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 26 Aug 2014 15:55:01 +0200 Subject: [PATCH] Explicitly enable the Centos 7 firewall --- doc/build.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index df2a427..e93fe60 100644 --- a/doc/build.md +++ b/doc/build.md @@ -101,7 +101,9 @@ As an administrator (or root): ``` yum update -# Firewall is OK by default?? +sudo systemctl enable firewalld +sudo systemctl start firewalld +sudo firewall-cmd --list-all # Check for SSH password logins; they should be disabled grep '^[^#]*PasswordAuthentication' /etc/ssh/sshd_config -- libgit2 0.21.2