From dec1cd5bb42d6f7f4632d1f40bb41045747be398 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 28 May 2024 10:22:43 +0200 Subject: [PATCH] Update 0.1.9.md --- documentation/docs/changelog/0.1.9.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/docs/changelog/0.1.9.md b/documentation/docs/changelog/0.1.9.md index c185d1da..15341035 100644 --- a/documentation/docs/changelog/0.1.9.md +++ b/documentation/docs/changelog/0.1.9.md @@ -25,6 +25,7 @@ Not yet released. ### 💅 Polish +- [Custom SSH Welcome message](#ssh-welcome) - Working server time on OpenAdmin > Dashboard. - CPU type information on OpenAdmin > Dashboard. - [Cloudflare IP addresses are now highlighted in OpenAdmin > Firewall](https://i.postimg.cc/xTDPTG6S/image.png) @@ -158,3 +159,9 @@ Current changes include: - Forbidden usernames file is now moved from: `/usr/local/admin/scripts/helpers/forbidden_usernames.txt` to `/etc/openpanel/openadmin/config/forbidden_usernames.txt` - FTP configuration files are stored under `/etc/openpanel/ftp/users/` + +## SSH Welcome + +A welcome message is shown to administrators upon logging into the server. The message currently displays OpenPanel version, admin link and help links. In the future it will also check for OpenPanel updates and display reminders. + +![ssh-welcome-message](https://i.postimg.cc/vmPTN47c/image.png)