diff --git a/pkgs/clan-cli/clan_cli/machines/update.py b/pkgs/clan-cli/clan_cli/machines/update.py index e278d6f94..b04643017 100644 --- a/pkgs/clan-cli/clan_cli/machines/update.py +++ b/pkgs/clan-cli/clan_cli/machines/update.py @@ -280,7 +280,9 @@ def update_command(args: argparse.Namespace) -> None: address=args.target_host, ).override(host_key_check=host_key_check) else: - target_host = machine.target_host() + target_host = machine.target_host().override( + host_key_check=host_key_check + ) runtime.async_run( AsyncOpts( tid=machine.name,