Ver Fonte

Update 0.1.7.md

Stefan Pejcic há 1 ano atrás
pai
commit
d6383bdbf9
1 ficheiros alterados com 10 adições e 0 exclusões
  1. 10 0
      documentation/docs/changelog/0.1.7.md

+ 10 - 0
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.