1 |
bytegw |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-openssh-1.12.0/createlinks mezzanine_patched_e-smith-openssh-1.12.0/createlinks |
2 |
|
|
--- e-smith-openssh-1.12.0/createlinks 2006-03-15 04:15:45.000000000 +1100 |
3 |
|
|
+++ mezzanine_patched_e-smith-openssh-1.12.0/createlinks 2008-01-09 19:55:56.000000000 +1100 |
4 |
|
|
@@ -5,7 +5,6 @@ |
5 |
|
|
|
6 |
|
|
foreach (qw( |
7 |
|
|
/etc/ssh/sshd_config |
8 |
|
|
- /root/.ssh/config |
9 |
|
|
)) |
10 |
|
|
{ |
11 |
|
|
templates2events("$_", qw( |
12 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-openssh-1.12.0/root/etc/e-smith/templates/root/.ssh/config/00HostsList mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/root/.ssh/config/00HostsList |
13 |
|
|
--- e-smith-openssh-1.12.0/root/etc/e-smith/templates/root/.ssh/config/00HostsList 2002-02-15 07:51:15.000000000 +1100 |
14 |
|
|
+++ mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/root/.ssh/config/00HostsList 1970-01-01 10:00:00.000000000 +1000 |
15 |
|
|
@@ -1,4 +0,0 @@ |
16 |
|
|
-{ |
17 |
|
|
- %e_smith_hosts = (); |
18 |
|
|
- $OUT = ""; |
19 |
|
|
-} |
20 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-openssh-1.12.0/root/etc/e-smith/templates/root/.ssh/config/20GenHostsConfig mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/root/.ssh/config/20GenHostsConfig |
21 |
|
|
--- e-smith-openssh-1.12.0/root/etc/e-smith/templates/root/.ssh/config/20GenHostsConfig 2002-02-15 07:51:15.000000000 +1100 |
22 |
|
|
+++ mezzanine_patched_e-smith-openssh-1.12.0/root/etc/e-smith/templates/root/.ssh/config/20GenHostsConfig 1970-01-01 10:00:00.000000000 +1000 |
23 |
|
|
@@ -1,13 +0,0 @@ |
24 |
|
|
-{ |
25 |
|
|
- $OUT = ""; |
26 |
|
|
- foreach (keys %e_smith_hosts) |
27 |
|
|
- { |
28 |
|
|
- $OUT .= <<HERE; |
29 |
|
|
-Host $_ |
30 |
|
|
- Protocol 1 |
31 |
|
|
- UserKnownHostsFile ~/.ssh/known_hosts.e-smith |
32 |
|
|
- StrictHostKeyChecking yes |
33 |
|
|
- BatchMode yes |
34 |
|
|
-HERE |
35 |
|
|
- } |
36 |
|
|
-} |