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