From 4877387140b6e8217c5cf6396836874755744de2 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 15 Jun 2023 19:34:07 +0200 Subject: [PATCH] Reapply fix for ssh args typo --- scripts/.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.common b/scripts/.common index 928ee54..a9801c6 100644 --- a/scripts/.common +++ b/scripts/.common @@ -14,7 +14,7 @@ perror() { } sshcmd() { - ssh -o StrictHostKeyChecking=no -o UserKnownHostFiles=/dev/null $* + ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null $* } dls() {