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.
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
Thanks for your patch!