File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ up: env control-plane-bake partition-bake
40
40
# for some reason an allocated machine will not be able to phone home
41
41
# without restarting the metal-core
42
42
# TODO: should be investigated and fixed if possible
43
- ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@leaf01 -i files/ssh/id_rsa 'systemctl restart metal-core'
44
- ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@leaf02 -i files/ssh/id_rsa 'systemctl restart metal-core'
43
+ ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o "PubkeyAcceptedKeyTypes +ssh-rsa" root@leaf01 -i files/ssh/id_rsa 'systemctl restart metal-core'
44
+ ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o "PubkeyAcceptedKeyTypes +ssh-rsa" root@leaf02 -i files/ssh/id_rsa 'systemctl restart metal-core'
45
45
46
46
.PHONY : restart
47
47
restart : down up
@@ -131,11 +131,11 @@ ls: env
131
131
132
132
.PHONY : ssh-leaf01
133
133
ssh-leaf01 :
134
- ssh -o StrictHostKeyChecking=no -i files/ssh/id_rsa root@leaf01
134
+ ssh -o StrictHostKeyChecking=no -o " PubkeyAcceptedKeyTypes +ssh-rsa " - i files/ssh/id_rsa root@leaf01
135
135
136
136
.PHONY : ssh-leaf02
137
137
ssh-leaf02 :
138
- ssh -o StrictHostKeyChecking=no -i files/ssh/id_rsa root@leaf02
138
+ ssh -o StrictHostKeyChecking=no -o " PubkeyAcceptedKeyTypes +ssh-rsa " - i files/ssh/id_rsa root@leaf02
139
139
140
140
# # MACHINE MANAGEMENT ##
141
141
You can’t perform that action at this time.
0 commit comments