Pauls-AWS-Dev-Pod/windows-ssh-config.tpl

7 lines
152 B
Smarty
Raw Normal View History

2024-03-28 17:07:07 +00:00
add-content -path c:/users/pauls/.ssh/config -value @'
host ${hostname}
hostname ${hostname}
user ${user}
identityfile ${identityfile}
'@