From b606ab368b8f79572cb26a9bb4ef903004d66d21 Mon Sep 17 00:00:00 2001 From: pastryer Date: Thu, 28 Mar 2024 17:07:07 +0000 Subject: [PATCH] Upload files to "/" --- windows-ssh-config.tpl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 windows-ssh-config.tpl diff --git a/windows-ssh-config.tpl b/windows-ssh-config.tpl new file mode 100644 index 0000000..77aea2a --- /dev/null +++ b/windows-ssh-config.tpl @@ -0,0 +1,7 @@ +add-content -path c:/users/pauls/.ssh/config -value @' + +host ${hostname} + hostname ${hostname} + user ${user} + identityfile ${identityfile} + '@ \ No newline at end of file