{{input class="form-control" type="text" value=model.name insert-newline="doneEditingReturn" placeholder="shorthand name"}}

Choose a simple name that reflects settings below.

{{input class="form-control" type="text" value=model.description insert-newline="doneEditingReturn" placeholder="..."}}
{{input class="form-control" type="text" value=model.opt_passfile insert-newline="doneEditingReturn" placeholder="/path/to/file"}}
{{input class="form-control" type="text" value=model.opt_timeout insert-newline="doneEditingReturn" size=2 placeholder="10"}}
{{#unless sw_dash}}
{{/unless}} {{#unless sw_v5}}
{{/unless}}
{{#if model.sw_usetls}}
{{#unless model.sw_skipcertchk}}
{{input class="form-control" type="text" value=model.opt_cacertfile insert-newline="doneEditingReturn"}}
{{/unless}} {{/if}}