From d6383bdbf9fca23eef5e5a8a573de2c5d3ab7520 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 15 Apr 2024 22:52:49 +0200 Subject: [PATCH] Update 0.1.7.md --- documentation/docs/changelog/0.1.7.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/docs/changelog/0.1.7.md b/documentation/docs/changelog/0.1.7.md index ae1a4356..07fdf2e8 100644 --- a/documentation/docs/changelog/0.1.7.md +++ b/documentation/docs/changelog/0.1.7.md @@ -12,6 +12,7 @@ Not yet released. - [Fixed bug with successful update message in notification center](#success-message) - Fixed bug with email alerts not being sent if server does not have a valid ssl - Fixed js error when there are no docker images on *OpenAdmin > Docker Settings* +- [Fixed bug with ssh service disabled after reboot](#ssh-after-reboot) ---- @@ -23,3 +24,12 @@ Fixed bug with success message "OpenPanel successfully updated!" not dismissing Fixed bug with wrong description added for successfull update. ![screenshot](https://i.postimg.cc/PxDqzftk/2024-04-15-17-24.png) + + +----- + +### SSH after reboot + +SSH service inside users docker containers is disabled by defult when account is created, and in OpenPanel < 0.1.6 was also disabled by defualt when server is rebooted. + +We now store the ssh service status for each user and if enabled, after reboot will be re-enabled. note: ssh service for users uses a random port, so after reboot the port is changed.