feat: Add private key for self-authentication

This commit is contained in:
Samuel 2024-07-09 18:11:48 +01:00
parent 56ec51e9f8
commit 7d7abf6694
1 changed files with 1 additions and 1 deletions

View File

@ -102,5 +102,5 @@ def configure_sshd() -> None:
for file in [fp for fp in os.listdir('./data/local_keys') if not fp.endswith(".pub")]:
write_private_key(file)
write_private_key('./data/remote_keys/id_ecdsa_0')
restart_service("sshd")