In invirt-console: 0.2.11
authorEvan Broder <broder@mit.edu>
Fri, 14 Aug 2009 02:19:11 +0000 (22:19 -0400)
committerEvan Broder <broder@mit.edu>
Fri, 14 Aug 2009 02:19:11 +0000 (22:19 -0400)
  * Disable the sftp subsystem on the console server; it interacts poorly
    with invirt-consolesh.

svn path=/trunk/packages/invirt-console/; revision=2444

debian/changelog
debian/transform_sshd_config.debathena.invirt

index cc625ce..94d829f 100644 (file)
@@ -1,3 +1,10 @@
+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
index 90f6991..c63b2fd 100755 (executable)
@@ -2,3 +2,4 @@
 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;