xxx
infra/kickstart/pipeline/head This commit looks good
Details
infra/kickstart/pipeline/head This commit looks good
Details
parent
0f091f9dfe
commit
59da854798
|
@ -3,5 +3,10 @@ dch-autoprovision
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
{
|
||||||
|
ls -la /root/.ssh
|
||||||
|
chmod -R 700 /root/.ssh
|
||||||
|
cat /root/.ssh/authorized_keys
|
||||||
|
} > /dev/console
|
||||||
systemctl enable --no-reload notify-online.service
|
systemctl enable --no-reload notify-online.service
|
||||||
%end
|
%end
|
||||||
|
|
Loading…
Reference in New Issue