>>>>> Matt Pavlovich <mattr...@apache.org>: > Any stack trace or messages in a log file?
No stack traces or any messages related to ssh in karaf.log (the last log message related to ssh is from shutting down ssh in 4.4.7 before upgrading to 4.4.8 when doing "apt full-upgrade"). > I have it starting on Ubuntu just fine (Debian based bistro), so I > suspect it’s packaging related, and not OS. Is this with my .deb package or a different one? Note that the package in apt.bang.priv.no is karaf 4.4.7 and in karaf 4.4.7 installed from .deb, ssh works fine for me as well on debian stable (debian 13 "trixie"). So to get the issue you have to build a 4.4.8 package using https://github.com/steinarb/karaf-debian and then try to install that. What I'm doing during testing is first installing karaf 4.4.7 from apt.bang.priv.no with apt install karaf Then I add a simulated apt archive to sources.list, copy my fresh 4.4.8 to the archive and do "apt update; apt full-upgrade" https://steinar.bang.priv.no/2018/02/17/faking-a-debian-repository-for-package-development/ (should work on ubuntu as well)