Updated SSH patch for php-7.2
This commit is contained in:
parent
77c7e70428
commit
1322c5f0f5
@ -1,20 +1,18 @@
|
|||||||
--- /etc/ssh/sshd_config.orig 2017-12-13 10:12:21.098005827 +0000
|
--- /etc/ssh/sshd_config.orig 2018-02-27 08:33:29.613104521 +0000
|
||||||
+++ /etc/ssh/sshd_config 2017-12-13 10:14:11.461687661 +0000
|
+++ /etc/ssh/sshd_config 2018-02-27 08:34:43.413485512 +0000
|
||||||
@@ -25,7 +25,7 @@
|
@@ -30,6 +30,7 @@
|
||||||
|
|
||||||
# Authentication:
|
#LoginGraceTime 2m
|
||||||
LoginGraceTime 120
|
#PermitRootLogin prohibit-password
|
||||||
-PermitRootLogin without-password
|
|
||||||
+PermitRootLogin no
|
+PermitRootLogin no
|
||||||
StrictModes yes
|
#StrictModes yes
|
||||||
|
#MaxAuthTries 6
|
||||||
|
#MaxSessions 10
|
||||||
|
@@ -54,6 +55,7 @@
|
||||||
|
|
||||||
RSAAuthentication yes
|
# To disable tunneled clear text passwords, change to no here!
|
||||||
@@ -49,7 +49,7 @@
|
#PasswordAuthentication yes
|
||||||
ChallengeResponseAuthentication no
|
|
||||||
|
|
||||||
# Change to no to disable tunnelled clear text passwords
|
|
||||||
-#PasswordAuthentication yes
|
|
||||||
+PasswordAuthentication no
|
+PasswordAuthentication no
|
||||||
|
#PermitEmptyPasswords no
|
||||||
|
|
||||||
# Kerberos options
|
# Change to yes to enable challenge-response passwords (beware issues with
|
||||||
#KerberosAuthentication no
|
|
||||||
|
Loading…
Reference in New Issue
Block a user