forked from fediversity/fediversity
add debugging key
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
bfe0e51983
commit
ca304932b6
1 changed files with 15 additions and 0 deletions
|
|
@ -179,6 +179,21 @@ in
|
||||||
openssl verify -CApath /etc/ssl/certs ./pve-root-ca.pem
|
openssl verify -CApath /etc/ssl/certs ./pve-root-ca.pem
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
# used when connecting directly for debugging
|
||||||
|
# skip indent for EOF
|
||||||
|
pve.succeed("""
|
||||||
|
cat > /root/.ssh/id_ed25519 <<EOF
|
||||||
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
|
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
||||||
|
QyNTUxOQAAACBWbJXVjBLGo2MrI2LBKTbzDozuA/C9taU630EtU/h38gAAAJDAOy8uwDsv
|
||||||
|
LgAAAAtzc2gtZWQyNTUxOQAAACBWbJXVjBLGo2MrI2LBKTbzDozuA/C9taU630EtU/h38g
|
||||||
|
AAAECcF8xjLavgWePoVx45Euewsh6Kw07L6QDDy3WXFCn4bFZsldWMEsajYysjYsEpNvMO
|
||||||
|
jO4D8L21pTrfQS1T+HfyAAAAC2tpYXJhQG5peG9zAQI=
|
||||||
|
-----END OPENSSH PRIVATE KEY-----
|
||||||
|
EOF
|
||||||
|
chmod 600 /root/.ssh/id_ed25519
|
||||||
|
""")
|
||||||
|
|
||||||
with subtest("Run the deployment"):
|
with subtest("Run the deployment"):
|
||||||
|
|
||||||
ip = deployer.succeed(f"""
|
ip = deployer.succeed(f"""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue