svn commit: r536637 - in head/www/shellinabox: . files

Olivier Cochard olivier at FreeBSD.org
Tue May 26 16:14:48 UTC 2020


Author: olivier
Date: Tue May 26 16:14:47 2020
New Revision: 536637
URL: https://svnweb.freebsd.org/changeset/ports/536637

Log:
  Fix error messages with SSH service.
  
  PR:		246521
  Submitted by:	Felix Palmen <felix at palmen-it.de>

Added:
  head/www/shellinabox/files/patch-shellinabox_service.c   (contents, props changed)
Modified:
  head/www/shellinabox/Makefile

Modified: head/www/shellinabox/Makefile
==============================================================================
--- head/www/shellinabox/Makefile	Tue May 26 16:10:40 2020	(r536636)
+++ head/www/shellinabox/Makefile	Tue May 26 16:14:47 2020	(r536637)
@@ -4,7 +4,7 @@
 PORTNAME=	shellinabox
 PORTVERSION=	2.20
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 
 MAINTAINER=	olivier at FreeBSD.org

Added: head/www/shellinabox/files/patch-shellinabox_service.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/shellinabox/files/patch-shellinabox_service.c	Tue May 26 16:14:47 2020	(r536637)
@@ -0,0 +1,12 @@
+--- shellinabox/service.c.orig
++++ shellinabox/service.c
+@@ -175,8 +175,7 @@ void initService(struct Service *service, const char *
+           "-oHostbasedAuthentication=no -oIdentitiesOnly=yes "
+           "-oKbdInteractiveAuthentication=yes -oPasswordAuthentication=yes "
+           "-oPreferredAuthentications=keyboard-interactive,password "
+-          "-oPubkeyAuthentication=no -oRhostsRSAAuthentication=no "
+-          "-oRSAAuthentication=no -oStrictHostKeyChecking=no -oTunnel=no "
++          "-oPubkeyAuthentication=no -oStrictHostKeyChecking=no -oTunnel=no "
+           "-oUserKnownHostsFile=/dev/null -oVerifyHostKeyDNS=no "
+ // beewoolie-2012.03.30: while it would be nice to disable this
+ //          feature, we cannot be sure that it is available on the


More information about the svn-ports-head mailing list