Use invirt-ssh-config in invirt-console instead of
[invirt/packages/invirt-console.git] / debian / transform_sshd_config.debathena.invirt
diff --git a/debian/transform_sshd_config.debathena.invirt b/debian/transform_sshd_config.debathena.invirt
deleted file mode 100755 (executable)
index c63b2fd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/perl -0p
-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;