mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 07:23:06 +01:00
640 for pubkey and empty pillar
This commit is contained in:
@@ -300,7 +300,7 @@ def _setup_ssh_keys():
|
||||
|
||||
# Set proper permissions
|
||||
os.chmod(key_path, 0o600)
|
||||
os.chmod(pub_key_path, 0o644)
|
||||
os.chmod(pub_key_path, 0o640)
|
||||
|
||||
log.info("SETUP_KEYS: SSH keys generated successfully")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user