summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2023-11-28 08:37:54 (GMT)
committerArkadiusz Miśkiewicz2023-11-28 08:37:54 (GMT)
commit15a593148696dc8a79b25be225ed9168e1b91f77 (patch)
tree14fa9b4ec605c9e4ae6005b71a0a20c35b742cd1
parentf52b45e979b184235629ff98846b9aa8ab50f916 (diff)
downloadopenssh-15a593148696dc8a79b25be225ed9168e1b91f77.zip
openssh-15a593148696dc8a79b25be225ed9168e1b91f77.tar.gz
Rel 7; migrate pld configs to /etc/ssh/ssh{,d}_config.d/50-pld.conf
-rw-r--r--openssh-chroot.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh-chroot.patch b/openssh-chroot.patch
index e166515..da45bb8 100644
--- a/openssh-chroot.patch
+++ b/openssh-chroot.patch
@@ -113,7 +113,7 @@ diff -urNp -x '*.orig' openssh-8.8p1.org/sshd_config openssh-8.8p1/sshd_config
+++ openssh-8.8p1/sshd_config 2021-12-09 20:13:16.489919836 +0100
@@ -85,6 +85,10 @@ GSSAPIAuthentication yes
# and KbdInteractiveAuthentication to 'no'.
- UsePAM yes
+ #UsePAM no
+# Set this to 'yes' to enable support for chrooted user environment.
+# You must create such environment before you can use this feature.