fix: add missing --host-key-check option
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user