currently my openHAB is not responding, when using my browser. Anyway I can see that the raspberry is in the network and I am even able to connect to it by using putty. So my next try to find relevant information is to enter Karaf by using the command “ssh -p 8101 -l openhab localhost” and then I am getting “connection refused” as a reply instead of the expected prompt for my password.
That’s just a convience openHAB wrapper around the Karaf client script which starts a Java SSH client to connect to Karaf using the same port. It’s probably more error prone and resource hungry than starting the ssh command yourself.
Yes it’s very convenient and the performance impact probably won’t be big. There was already an issue about these connection issues in openhab-docker so I’ve moved it to openhab-distro: