Skip to content

Commit adff434

Browse files
committed
Set private key to 600
1 parent 062cb3d commit adff434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/ganeti.sh

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if [ "$(hostname)" == "node1" ] ; then
2020
if [ "$ganeti_ver" = "$(echo -e "${ganeti_ver}\n2.9.4" | sort -V | head -n1)" ] ; then
2121
no_drbd="--no-drbd-storage"
2222
fi
23+
chmod 600 /root/.ssh/id_rsa
2324
gnt-cluster init --no-etc-hosts \
2425
--master-netdev=eth0 -N mode=routed,link=100 ${no_drbd} ${no_lvm} \
2526
--enabled-hypervisors=fake \

0 commit comments

Comments
 (0)