source: trunk/debathena/config/ssh-client-config/debian/transform_ssh_config.debathena @ 23902

Revision 23902, 184 bytes checked in by broder, 15 years ago (diff)
In ssh-client-config: * Turn on gss-keyex. (Trac: #296)
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/^\s*#?\s*GSSAPIAuthentication.*\n//mg;
3s/$/\n    GSSAPIAuthentication yes/ or die;
4s/^\s*#?\s*GSSAPIKeyExchange.*\n//mg;
5s/$/\n    GSSAPIKeyExchange yes/ or die;
Note: See TracBrowser for help on using the repository browser.