Daily Archives: February 12, 2026

add users for ssh Google Cloud

Yes 👍 exactly — if in the future you want to add a second upload user, you just repeat the same process. Since you already have: Adding a new person is very simple 👇 🚀 Add New Upload User (Example: … Continue reading

Posted in apache, centOS, My Linux | Comments Off on add users for ssh Google Cloud

Protect Your Private Key

🔐 1️⃣ Protect Your Private Key (MOST IMPORTANT) Your key file: /etc/pki/tls/private/nighthawkappraisals.key Correct permissions: sudo chown root:root /etc/pki/tls/private/nighthawkappraisals.key sudo chmod 600 /etc/pki/tls/private/nighthawkappraisals.key This means: 🔎 2️⃣ Verify It ls -l /etc/pki/tls/private/nighthawkappraisals.key You should see: -rw——- 1 root root That is … Continue reading

Posted in apache, command line of linux, My Linux | Comments Off on Protect Your Private Key