fickit: save ssh keys between reboots
This commit is contained in:
parent
bb9dd10f00
commit
0c8bc261d9
3 changed files with 25 additions and 1 deletions
|
|
@ -269,6 +269,10 @@ services:
|
|||
uts: new
|
||||
|
||||
files:
|
||||
- path: etc/init.d/015-setup-sshd
|
||||
source: configs/sshd-setup.sh
|
||||
mode: "0555"
|
||||
|
||||
- path: etc/sysctl.d/01-fic.conf
|
||||
source: configs/sysctl-backend.conf
|
||||
mode: "0444"
|
||||
|
|
|
|||
Reference in a new issue