OCaml 5.0.0 rebuild: Fix Pervasives deprecation
[arch-packages.git] / openssh / trunk / openssh-9.0p1-sshd_config.patch
blob910014922bad6976f8084c51d5c3c4a63bce1ca8
1 diff -ruN a/sshd_config b/sshd_config
2 --- a/sshd_config 2022-04-06 02:47:48.000000000 +0200
3 +++ b/sshd_config 2022-10-10 19:55:58.961117951 +0200
4 @@ -58,7 +58,7 @@
5 #PermitEmptyPasswords no
7 # Change to no to disable s/key passwords
8 -#KbdInteractiveAuthentication yes
9 +KbdInteractiveAuthentication no
11 # Kerberos options
12 #KerberosAuthentication no
13 @@ -79,7 +79,7 @@
14 # If you just want the PAM account and session checks to run without
15 # PAM authentication, then enable this but set PasswordAuthentication
16 # and KbdInteractiveAuthentication to 'no'.
17 -#UsePAM no
18 +UsePAM yes
20 #AllowAgentForwarding yes
21 #AllowTcpForwarding yes
22 @@ -88,7 +88,7 @@
23 #X11DisplayOffset 10
24 #X11UseLocalhost yes
25 #PermitTTY yes
26 -#PrintMotd yes
27 +PrintMotd no
28 #PrintLastLog yes
29 #TCPKeepAlive yes
30 #PermitUserEnvironment no