fix: add missing --host-key-check option

This commit is contained in:
Christian Friedow
2025-09-11 14:30:48 +02:00
parent 6be40f6f79
commit 196d7c95c0

View File

@@ -8,6 +8,7 @@ HostKeyCheck = Literal[
"strict", # Strictly check ssh host keys, prompt for unknown ones
"ask", # Ask for confirmation on first use
"accept-new", # Trust on ssh keys on first use
"tofu", # Trust on ssh keys on first use
"none", # Do not check ssh host keys
]