* Disable the sftp subsystem on the console server; it interacts poorly
with invirt-consolesh.
svn path=/trunk/packages/invirt-console/; revision=2444
+invirt-console (0.2.11) unstable; urgency=low
+
+ * Disable the sftp subsystem on the console server; it interacts poorly
+ with invirt-consolesh.
+
+ -- Evan Broder <broder@mit.edu> Thu, 13 Aug 2009 19:18:44 -0700
+
invirt-console (0.2.10) unstable; urgency=low
* Give the website access to all consoles in preparation for exposing
s/^#?PrintLastLog .*$/PrintLastLog no/m or die;
s/$/\nAllowTcpForwarding no/ or die;
s/^#?X11Forwarding .*$/X11Forwarding no/m or die;
+s/^#?Subsystem sftp.*$//m or die;