clan-lib: machines.py: Remove private_key attribute

This commit is contained in:
Qubasa
2025-06-19 17:28:50 +02:00
parent 36facc2bac
commit aac07ddd25
4 changed files with 14 additions and 32 deletions

View File

@@ -194,7 +194,7 @@ def install_command(args: argparse.Namespace) -> None:
host_key_check=host_key_check,
)
else:
target_host = machine.target_host().with_data(host_key_check=host_key_check)
target_host = machine.target_host().override(host_key_check=host_key_check)
if machine._class_ == "darwin":
msg = "Installing macOS machines is not yet supported"