Set correct permissions for ssh keys in device_table.txt
This commit is contained in:
4
board/raspberrypi/device_table.txt
Normal file
4
board/raspberrypi/device_table.txt
Normal 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 - - - - -
|
||||
Reference in New Issue
Block a user