Upload files to "/"

This commit is contained in:
pastryer 2024-03-28 17:07:07 +00:00
parent d07e938be2
commit b606ab368b
1 changed files with 7 additions and 0 deletions

7
windows-ssh-config.tpl Normal file
View File

@ -0,0 +1,7 @@
add-content -path c:/users/pauls/.ssh/config -value @'
host ${hostname}
hostname ${hostname}
user ${user}
identityfile ${identityfile}
'@