fix(ssh): Ensure that the private key ends with a newline character (#1073)

* fix(ssh): Ensure that the private key ends with a newline character

Fixes an issue where SSH private key files were not written with a newline character at the end, preventing parsing errors in certain SSH clients

Update the package

* fix(server_func_btns): Fixed an issue with the order of SSH command parameters and added file permission settings

Added permission settings for private key files on non-Windows platforms to ensure secure access. Additionally, the order of SSH command parameters was adjusted to ensure that connection parameters are passed correctly.
This commit is contained in:
GT610
2026-03-18 16:37:12 +08:00
committed by GitHub
parent 0b7c1f2c99
commit 713662d5b6
3 changed files with 51 additions and 42 deletions

1
packages/computer Submodule

Submodule packages/computer added at b0819c8a93