forked from fediversity/fediversity
rm debug key
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
7bcc854ef1
commit
979747dd79
1 changed files with 0 additions and 15 deletions
|
|
@ -219,21 +219,6 @@ 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