|
@@ -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.
|
|
|
|
|
|

|
|
|
+
|
|
|
+
|
|
|
+-----
|
|
|
+
|
|
|
+### 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.
|