Bug 246521 - www/shellinabox: Error messages with SSH service
Summary: www/shellinabox: Error messages with SSH service
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-17 06:09 UTC by Felix Palmen
Modified: 2020-05-26 16:15 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (olivier)


Attachments
Remove obsolete ssh options (1.84 KB, patch)
2020-05-17 06:09 UTC, Felix Palmen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!