forked from pastryer/Pauls-AWS-Dev-Pod
Upload files to "/"
This commit is contained in:
parent
d07e938be2
commit
b606ab368b
|
@ -0,0 +1,7 @@
|
|||
add-content -path c:/users/pauls/.ssh/config -value @'
|
||||
|
||||
host ${hostname}
|
||||
hostname ${hostname}
|
||||
user ${user}
|
||||
identityfile ${identityfile}
|
||||
'@
|
Loading…
Reference in New Issue