Add SSH keys setup guide and update configurations for secure key management

This commit is contained in:
Frank John Begornia
2026-02-23 02:01:12 +08:00
parent ea3fba0cd6
commit 517bf2c3db
5 changed files with 139 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ return [
'port' => 22,
'username' => 'root',
'password' => '',
'privateKey' => '/var/www/html/_key/instance2/root.ppk',
'privateKey' => '/var/keys/root.ppk',
'root' => '/var/www/html/images',
'timeout' => 10
],