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