X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/blobdiff_plain/e3dfe7b12894a5c9b61633f244e43701cd656f3d..0831546bfd6cbfa9ec41f6e82b28d9a84fcf1cec:/files/etc/conserver/conserver.cf.invirt diff --git a/files/etc/conserver/conserver.cf.invirt b/files/etc/conserver/conserver.cf.invirt deleted file mode 100644 index 6d7130e..0000000 --- a/files/etc/conserver/conserver.cf.invirt +++ /dev/null @@ -1,23 +0,0 @@ -# default config for console -config * { - sslrequired yes; -} -# If no consoles are defined, as is the case when the host first boots -# up, conserver will quit. This keeps it running. -# -# Should someone create a VM called dummy-console, their VM will -# shadow over this one -console dummy-console { - master localhost; - type noop; -} - -default * { - type exec; -} -access * { - trusted 127.0.0.1; - limited *; -} - -#include /etc/conserver/invirt-hosts.cf