remove ssh debugging

This commit is contained in:
teutat3s 2021-06-14 23:00:01 +02:00
parent 2325f9ede5
commit 560fa473a3
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -14,7 +14,6 @@ steps:
- echo "root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash" >> /etc/passwd
- mkdir -p ~/.ssh
- echo "$$GITEA_SSH_KEY" > ~/.ssh/id_rsa
- cat ~/.ssh/id_rsa
- echo "[git.b12f.io]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ4uaREL7acSSCNAX+voDYl1Kj7JipP62fR5x1UyGP9u" >> ~/.ssh/known_hosts
- echo "Host git.b12f.io" >> ~/.ssh/config
- echo " Port 2222" >> ~/.ssh/config