[Bug 258838] www/shellinabox: issues with SSH command line options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Oct 2021 11:12:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258838 Bug ID: 258838 Summary: www/shellinabox: issues with SSH command line options Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: olivier@freebsd.org Reporter: felix@palmen-it.de Flags: maintainer-feedback?(olivier@freebsd.org) Assignee: olivier@freebsd.org Created attachment 228315 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228315&action=edit 0001-www-shellinabox-fix-ssh-command-line-options Shellinabox doesn't work with a current openssh-portable any more (and probably never worked if not built with GSSAPI support). Attached patch removes two command line options to fix it, repeating its commit message for details: --- Subject: [PATCH] www/shellinabox: fix ssh command line options remove GSSAPIAuthentication option, it's unknown e.g. with openssh-portable from ports built with default options, and when available, defaults to "no" anyways. remove ChallengeResponseAuthentication, it's just an old alias for KbdInteractiveAuthentication. When one of them is "no", keyboard-interactive authentication doesn't work with current openssh versions. -- You are receiving this mail because: You are the assignee for the bug.