1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/50SubsystemSftp mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/50SubsystemSftp |
2 |
--- e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/50SubsystemSftp 2006-03-14 10:15:45.000000000 -0700 |
3 |
+++ mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/etc/ssh/sshd_config/50SubsystemSftp 2007-03-06 16:20:14.000000000 -0700 |
4 |
@@ -6,6 +6,6 @@ |
5 |
my $SubsystemSftp = $sshd{"SubsystemSftp"} || "yes"; |
6 |
|
7 |
$OUT = ($SubsystemSftp eq "yes") ? |
8 |
- "Subsystem sftp /usr/libexec/sftp-server" : |
9 |
+ "Subsystem sftp /usr/libexec/openssh/sftp-server" : |
10 |
"# The sftp Subsystem is disabled in the configuration database"; |
11 |
} |