]> git.pld-linux.org Git - packages/openssh.git/blobdiff - openssh-chroot.patch
Up to 8.7p1
[packages/openssh.git] / openssh-chroot.patch
index b6a1ebb41ca0879c69256809d8b1c96c5c8b020a..694b95edd0282a610d4a9ed77dea6f4874457ded 100644 (file)
@@ -52,7 +52,7 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/servconf.c openssh-8.4p1/servconf.c
 +
        /* Standard Options */
        case sBadOption:
-               return -1;
+               goto out;
 diff -urNp -x '*.orig' openssh-8.4p1.org/servconf.h openssh-8.4p1/servconf.h
 --- openssh-8.4p1.org/servconf.h       2020-09-27 09:25:01.000000000 +0200
 +++ openssh-8.4p1/servconf.h   2021-03-01 11:30:33.637508395 +0100
@@ -112,7 +112,7 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/sshd_config openssh-8.4p1/sshd_config
 --- openssh-8.4p1.org/sshd_config      2021-03-01 11:30:33.370827964 +0100
 +++ openssh-8.4p1/sshd_config  2021-03-01 11:30:33.637508395 +0100
 @@ -85,6 +85,10 @@ GSSAPIAuthentication yes
- # and ChallengeResponseAuthentication to 'no'.
+ # and KbdInteractiveAuthentication to 'no'.
  UsePAM yes
  
 +# Set this to 'yes' to enable support for chrooted user environment.
This page took 0.02943 seconds and 4 git commands to generate.