summaryrefslogtreecommitdiff
path: root/v-i
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-08-13 18:33:19 +0300
committerLars Wirzenius <liw@liw.fi>2023-08-13 18:33:19 +0300
commit6069d1168a46fa6b3944bc26e62899a3b7068bc3 (patch)
tree3b8ac6370f3f65ee9e7a99dde8aeb201cfca5e3d /v-i
parente09f7de6ade36366d0b3d966e4bc12c70ea90e42 (diff)
downloadansibleness-6069d1168a46fa6b3944bc26e62899a3b7068bc3.tar.gz
fix: use of sscha certification
Diffstat (limited to 'v-i')
-rwxr-xr-xv-i/hostid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/v-i/hostid.py b/v-i/hostid.py
index e816721..d87d3a6 100755
--- a/v-i/hostid.py
+++ b/v-i/hostid.py
@@ -48,7 +48,7 @@ def host_key(hostname):
def host_cert(ca_name, hostname):
- return sshca(["host", "certify", ca_name, hostname]).strip()
+ return sshca(["host", "certify", "--ca", ca_name, hostname]).strip()
def main():