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