## ssh config returned
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m14s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m14s
This commit is contained in:
parent
251770eac3
commit
1c888f76a0
@ -26,6 +26,12 @@ jobs:
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y tofu
|
apt-get install -y tofu
|
||||||
|
|
||||||
|
- name: Update ssh config
|
||||||
|
run: |
|
||||||
|
umask 077
|
||||||
|
mkdir .ssh
|
||||||
|
echo -e "Host git.libre.audio\n Port 2222" >> ~/.ssh/config
|
||||||
|
|
||||||
- name: tofu Checkout
|
- name: tofu Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -40,7 +46,7 @@ jobs:
|
|||||||
s+e7qhkUF+5ylPWTcG/yAAAAEW0wMHRAbWlzZXJ2ZXIubGFuAQIDBA==
|
s+e7qhkUF+5ylPWTcG/yAAAAEW0wMHRAbWlzZXJ2ZXIubGFuAQIDBA==
|
||||||
-----END OPENSSH PRIVATE KEY-----
|
-----END OPENSSH PRIVATE KEY-----
|
||||||
ssh-known-hosts: |
|
ssh-known-hosts: |
|
||||||
git.libre.audio ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFLiDhNN7aPdGUt8gvvAftF5Oo3xwsy/JcT9gcX00BDW
|
git.libre.audio ssh-ed25519
|
||||||
[git.libre.audio]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFLiDhNN7aPdGUt8gvvAftF5Oo3xwsy/JcT9gcX00BDW
|
[git.libre.audio]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFLiDhNN7aPdGUt8gvvAftF5Oo3xwsy/JcT9gcX00BDW
|
||||||
|
|
||||||
- name: Project Checkout
|
- name: Project Checkout
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user