D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
share
/
modules
/
ssh-terminal
/
Filename :
CHANGES.md
back
Copy
# 1.4.0 (11 March 2025) * [*] Internal improvements. # 1.3.8 (4 Sept 2024) * [-] The underscore character is now rendered in Firefox. (PPPM-14573) * [-] Custom address and port configurations of sshd daemon are now honored on Ubuntu 24.04. Systemd socket activation sshd configurations are now supported on all OSes. (PPPM-14544) # 1.3.7 (14 June 2024) * [-] Pasting a long text no longer breaks the connection because we increased the limit from 512 bytes to 4 kilobytes. (PPPM-14422) # 1.3.6 (13 February 2024) * [*] Internal improvements. # 1.3.5 (6 February 2024) * [+] Introduced permission for Restricted Mode. # 1.3.4 (12 December 2023) * [+] The root SSH terminal is now available on the `/repair/` page and can be used to recover a server. # 1.3.3 (1 September 2023) * [-] The extension now again opens correctly if SSH root login is prohibited in the sshd config. (PPPM-14124) # 1.3.2 (23 August 2023) * [-] Plesk Mobile can now use the SSH terminal. (PPPM-13728) * [-] The extension stops connection attempts if SSH login is forbidden. (PPPM-14097) * [*] Internal improvements. # 1.3.1 (31 May 2023) * [*] Internal improvements. # 1.3.0 (20 July 2022) * [+] The extension now supports the ARM64 (AArch64) architecture. (PPP-55779) # 1.2.2 (1 December 2021) * [-] Warn user if SSH root login is disabled in sshd config (PPP-54539) # 1.2.1 (1 October 2021) * [-] The extension's removal no longer fails if the systemd service drop-in directory is missing. (PPP-54437) # 1.2.0 (3 August 2021) * [+] The extension has been localized into 31 languages: Arabic, Catalan, Chinese Simplified, Chinese Traditional, Czech, Danish, Dutch, Filipino, Finnish, French, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Korean, Malay, Norwegian Bokmal, Polish, Portuguese, Portuguese, Brazilian, Romanian, Russian, Spanish, Swedish, Thai, Turkish, Ukrainian and Vietnamese. # 1.1.0 (22 July 2021) * [+] SSH Terminal detects custom address and port of sshd daemon (PPP-53727). To update it manually, change sshd settings and run the following commands in the console: ```sh /usr/local/psa/admin/sbin/modules/ssh-terminal/installer --update-configuration systemctl restart plesk-ssh-terminal.service ``` # 1.0.0 (19 July 2021) * [+] SSH Terminal is accessible via a button on website cards of all domains where the subscription system user has SSH access. This can be disabled by adding the following lines to the `panel.ini` file: ```ini [ext-ssh-terminal] domainAccessAllowed = false ``` * [+] SSH Terminal is accessible via a link from "Tools & Settings" and "Extensions" for `root` user if root access is allowed in Plesk. This can be disabled by adding the following lines to the `panel.ini` file: ```ini [ext-ssh-terminal] rootAccessAllowed = false ``` * [+] A user's SSH Terminal session is terminated after they navigate away from the terminal page.