mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
ad40d2a62a
patches/packages/openssh-9.2p1-x86_64-1_slack15.0.txz: Upgraded. This release contains fixes for two security problems and a memory safety problem. The memory safety problem is not believed to be exploitable, but upstream reports most network-reachable memory faults as security bugs. This update contains some potentially incompatible changes regarding the scp utility. For more information, see: https://www.openssh.com/releasenotes.html#9.0 For more information, see: https://www.openssh.com/releasenotes.html#9.2 (* Security fix *)
11 lines
395 B
Diff
11 lines
395 B
Diff
--- ./sshd_config.orig 2021-08-19 23:03:49.000000000 -0500
|
|
+++ ./sshd_config 2021-08-20 22:22:55.125351390 -0500
|
|
@@ -79,7 +79,7 @@
|
|
# If you just want the PAM account and session checks to run without
|
|
# PAM authentication, then enable this but set PasswordAuthentication
|
|
# and KbdInteractiveAuthentication to 'no'.
|
|
-#UsePAM no
|
|
+UsePAM yes
|
|
|
|
#AllowAgentForwarding yes
|
|
#AllowTcpForwarding yes
|