Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 16:14:47 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536637 - in head/www/shellinabox: . files
Message-ID:  <202005261614.04QGElET089425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005261614.04QGElET089425>