Set correct permissions for ssh keys in device_table.txt

This commit is contained in:
2026-04-04 00:42:57 -03:00
parent b95cd7b030
commit bacddccd76
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
/etc/ssh/ssh_host_ecdsa_key f 600 0 0 - - - - -
/etc/ssh/ssh_host_ed25519_key f 600 0 0 - - - - -
/etc/ssh/ssh_host_rsa_key f 600 0 0 - - - - -