View | Details | Raw Unified | Return to bug 258838
Collapse All | Expand All

(-)b/www/shellinabox/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	shellinabox
3
PORTNAME=	shellinabox
4
PORTVERSION=	2.20
4
PORTVERSION=	2.20
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	www
7
CATEGORIES=	www
8
8
9
MAINTAINER=	olivier@FreeBSD.org
9
MAINTAINER=	olivier@FreeBSD.org
(-)b/www/shellinabox/files/patch-shellinabox_service.c (-3 / +10 lines)
Lines 1-6 Link Here
1
--- shellinabox/service.c.orig
1
--- shellinabox/service.c.orig	2016-11-09 19:40:33 UTC
2
+++ shellinabox/service.c
2
+++ shellinabox/service.c
3
@@ -175,8 +175,7 @@ void initService(struct Service *service, const char *
3
@@ -169,14 +169,13 @@ void initService(struct Service *service, const char *
4
     }
5
 
6
     service->cmdline                        = stringPrintf(NULL,
7
-      "ssh -a -e none -i /dev/null -x -oChallengeResponseAuthentication=no "
8
+      "ssh -a -e none -i /dev/null -x "
9
           "-oCheckHostIP=no -oClearAllForwardings=yes -oCompression=no "
10
-          "-oControlMaster=no -oGSSAPIAuthentication=no "
11
+          "-oControlMaster=no "
4
           "-oHostbasedAuthentication=no -oIdentitiesOnly=yes "
12
           "-oHostbasedAuthentication=no -oIdentitiesOnly=yes "
5
           "-oKbdInteractiveAuthentication=yes -oPasswordAuthentication=yes "
13
           "-oKbdInteractiveAuthentication=yes -oPasswordAuthentication=yes "
6
           "-oPreferredAuthentications=keyboard-interactive,password "
14
           "-oPreferredAuthentications=keyboard-interactive,password "
7
- 

Return to bug 258838