Skip to content

Commit 7e5288e

Browse files
committed
Ensure the generated ssh key id_rsa is rsa
the runner's default is now ed25519
1 parent 777b2ae commit 7e5288e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/multinode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
echo vxlan_vni=$vni >> $GITHUB_OUTPUT
207207
208208
- name: Generate SSH keypair
209-
run: ssh-keygen -f id_rsa -N ''
209+
run: ssh-keygen -t rsa -f id_rsa -N ''
210210
working-directory: ${{ github.workspace }}/terraform-kayobe-multinode
211211

212212
# NOTE: In Ansible 2.10 and lower the synchronize module used in the

0 commit comments

Comments
 (0)