Last change
on this file since 2693 was
2444,
checked in by broder, 15 years ago
|
In invirt-console:
- Disable the sftp subsystem on the console server; it interacts poorly
with invirt-consolesh.
|
-
Property svn:executable set to
*
|
File size:
189 bytes
|
Rev | Line | |
---|
[1062] | 1 | #!/usr/bin/perl -0p |
---|
| 2 | s/^#?PrintLastLog .*$/PrintLastLog no/m or die; |
---|
[2314] | 3 | s/$/\nAllowTcpForwarding no/ or die; |
---|
| 4 | s/^#?X11Forwarding .*$/X11Forwarding no/m or die; |
---|
[2444] | 5 | s/^#?Subsystem sftp.*$//m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.