onUpdate('templateTargetDir', (e.target as HTMLInputElement).value)} />
{#each templates as tmpl}
{/each}
onUpdate('remoteHost', (e.target as HTMLInputElement).value)} />
onUpdate('remoteUser', (e.target as HTMLInputElement).value)} />
onUpdate('remotePath', (e.target as HTMLInputElement).value)} />
{#each AUTH_METHODS as m}{/each}
onUpdate('remotePassword', (e.target as HTMLInputElement).value)} />
onUpdate('remoteKeyPath', (e.target as HTMLInputElement).value)} />
{#if sshfsInstalled === false}sshfs not installed -- mount option unavailable{/if}
onUpdate('remoteSshfs', v)} />
onUpdate('remoteSshfsMountpoint', (e.target as HTMLInputElement).value)} />