forked from pastryer/Pauls-AWS-Dev-Pod
7 lines
152 B
Smarty
7 lines
152 B
Smarty
|
add-content -path c:/users/pauls/.ssh/config -value @'
|
||
|
|
||
|
host ${hostname}
|
||
|
hostname ${hostname}
|
||
|
user ${user}
|
||
|
identityfile ${identityfile}
|
||
|
'@
|