<% local form, viewlibrary, page_info, session = ... require("viewfunctions") --[[ io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(form)) io.write("
") --]] %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %>

Configuration

Guided Configuration

Settings

<% local myform = form local tags = { "Port", "ListenAddress", "PasswordAuthentication", "UseDNS",} displayinfo(myform,tags) %>

Save

<% local myform = form local tags = { "cmdsave",} displayinfo(myform,tags) %>
<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].startstop then viewlibrary.dispatch_component("startstop") end %>