From c6def4504d7b14387607af6bf7b5b983272882d5 Mon Sep 17 00:00:00 2001 From: Funce Date: Tue, 16 Aug 2022 13:23:24 +1200 Subject: [PATCH] Fix -i parameter --- tools/ssh-copy-id.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ssh-copy-id.cmd b/tools/ssh-copy-id.cmd index 0996cb9..7790e9a 100644 --- a/tools/ssh-copy-id.cmd +++ b/tools/ssh-copy-id.cmd @@ -10,7 +10,7 @@ SET identity_file=%userprofile%\.ssh\id_rsa.pub :loop IF NOT "%1"=="" ( IF "%1"=="-i" ( - SET i_file=%2 + SET identity_file=%2 SHIFT ) SHIFT