From 9896ce9110d2aef4f880a705e04e6f2a8b1caa9e Mon Sep 17 00:00:00 2001 From: Jules Amosah Date: Sat, 11 Sep 2021 03:56:15 -0400 Subject: [PATCH] git-with-openssh: add ssh-copy-id (#1580) --- bucket/git-with-openssh.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bucket/git-with-openssh.json b/bucket/git-with-openssh.json index 977438227d..02ad6c75b8 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -24,6 +24,11 @@ "usr\\bin\\sftp.exe", "usr\\bin\\ssh-add.exe", "usr\\bin\\ssh-agent.exe", + [ + "bin/sh.exe", + "ssh-copy-id", + "ssh-copy-id" + ], "usr\\bin\\ssh-keygen.exe", "usr\\bin\\ssh-keyscan.exe", "usr\\bin\\tig.exe"