From 847202b0c2bf201d6ca79f433f9ffac9a40c8a4e Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 13 Aug 2009 22:19:11 -0400 Subject: [PATCH] In invirt-console: * Disable the sftp subsystem on the console server; it interacts poorly with invirt-consolesh. svn path=/trunk/packages/invirt-console/; revision=2444 --- debian/changelog | 7 +++++++ debian/transform_sshd_config.debathena.invirt | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index cc625ce..94d829f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/transform_sshd_config.debathena.invirt b/debian/transform_sshd_config.debathena.invirt index 90f6991..c63b2fd 100755 --- a/debian/transform_sshd_config.debathena.invirt +++ b/debian/transform_sshd_config.debathena.invirt @@ -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; -- 1.7.9.5