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) | |
---|---|
|
Line | |
---|---|
1 | #!/usr/bin/perl -0p |
2 | s/^\s*#?\s*GSSAPIAuthentication.*\n//mg; |
3 | s/$/\n GSSAPIAuthentication yes/ or die; |
4 | s/^\s*#?\s*GSSAPIKeyExchange.*\n//mg; |
5 | s/$/\n GSSAPIKeyExchange yes/ or die; |
Note: See TracBrowser
for help on using the repository browser.