Bug 246521

Summary: www/shellinabox: Error messages with SSH service
Product: Ports & Packages Reporter: Felix Palmen <zirias>
Component: Individual Port(s)Assignee: Olivier Cochard <olivier>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (olivier)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Remove obsolete ssh options none

Description Felix Palmen freebsd_committer freebsd_triage 2020-05-17 06:09:33 UTC
Created attachment 214579 [details]
Remove obsolete ssh options

When using shellinaboxd with the SSH service, the following error messages appear in the browser:

command-line line 0: Unsupported option "rhostsrsaauthentication"
command-line line 0: Unsupported option "rsaauthentication"
Session closed.

See also this upstream issue: https://github.com/shellinabox/shellinabox/issues/458

The attached patch removes the obsolete options from ssh invocation, which solves the problem.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-05-26 16:15:13 UTC
A commit references this bug:

Author: olivier
Date: Tue May 26 16:14:48 UTC 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>

Changes:
  head/www/shellinabox/Makefile
  head/www/shellinabox/files/patch-shellinabox_service.c
Comment 2 Olivier Cochard freebsd_committer freebsd_triage 2020-05-26 16:15:43 UTC
Thanks for your patch!