source: trunk/debathena/config/linerva/debian/transform_sshd_config.debathena.debathena @ 24040

Revision 24040, 190 bytes checked in by broder, 15 years ago (diff)
In linerva: * Don't accept the root password over ssh.
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/(^Port .*$)/\1\nPort 8080/m or die;
3s/(^GSSAPICleanupCredentials .*$)/\1\nGSSAPIStrictAcceptorCheck no/m or die;
4s/(^PermitRootLogin) yes/\1 without-password/m or die;
Note: See TracBrowser for help on using the repository browser.