Browse Source

Merge branch 'master' of https://github.com/hestiacp/hestiacp

Alexandros 6 years ago
parent
commit
1b918ec2e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/upgrade/versions/latest.sh

+ 1 - 0
install/upgrade/versions/latest.sh

@@ -19,6 +19,7 @@ cp -f $HESTIA_INSTALL_DIR/ssl/dhparam.pem /etc/ssl/
 chmod 600 /etc/ssl/dhparam.pem
 chmod 600 /etc/ssl/dhparam.pem
 
 
 # Reduce SSH login grace time
 # Reduce SSH login grace time
+echo "(*) Hardening SSH daemon configuration..."
 sed -i "s/LoginGraceTime 2m/LoginGraceTime 1m/g" /etc/ssh/sshd_config
 sed -i "s/LoginGraceTime 2m/LoginGraceTime 1m/g" /etc/ssh/sshd_config
 sed -i "s/#LoginGraceTime 2m/LoginGraceTime 1m/g" /etc/ssh/sshd_config
 sed -i "s/#LoginGraceTime 2m/LoginGraceTime 1m/g" /etc/ssh/sshd_config