source: package_branches/invirt-console/hvirt/debian/transform_sshd_config.invirt.invirt @ 2777

Last change on this file since 2777 was 2777, checked in by gdb, 14 years ago

Moved most of debathena config into invirt-base

  • Property svn:executable set to *
File size: 189 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;
5s/^#?Subsystem sftp.*$//m or die;
Note: See TracBrowser for help on using the repository browser.