source: trunk/packages/invirt-console/debian/transform_sshd_config.debathena.invirt @ 2314

Last change on this file since 2314 was 2314, checked in by broder, 15 years ago

In invirt-console:

  • Don't allow any sort of port forwarding to the console server.
  • Property svn:executable set to *
File size: 155 bytes
Line 
1#!/usr/bin/perl -0p
2s/^#?PrintLastLog .*$/PrintLastLog no/m or die;
3s/$/\nAllowTcpForwarding no/ or die;
4s/^#?X11Forwarding .*$/X11Forwarding no/m or die;
Note: See TracBrowser for help on using the repository browser.