diff -up e-smith-openssh-2.2.0/root/etc/e-smith/templates/etc/ssh/sshd_config/60ClientAliveCountMax.ClientAliveParameters e-smith-openssh-2.2.0/root/etc/e-smith/templates/etc/ssh/sshd_config/60ClientAliveCountMax --- e-smith-openssh-2.2.0/root/etc/e-smith/templates/etc/ssh/sshd_config/60ClientAliveCountMax.ClientAliveParameters 2011-03-01 21:20:50.000000000 +0100 +++ e-smith-openssh-2.2.0/root/etc/e-smith/templates/etc/ssh/sshd_config/60ClientAliveCountMax 2011-03-01 21:23:59.000000000 +0100 @@ -0,0 +1,5 @@ +{ + my $count = $sshd{ClientAliveCountMax} || 3; + $OUT = "ClientAliveCountMax $count\n"; +} + diff -up e-smith-openssh-2.2.0/root/etc/e-smith/templates/etc/ssh/sshd_config/60ClientAliveInterval.ClientAliveParameters e-smith-openssh-2.2.0/root/etc/e-smith/templates/etc/ssh/sshd_config/60ClientAliveInterval --- e-smith-openssh-2.2.0/root/etc/e-smith/templates/etc/ssh/sshd_config/60ClientAliveInterval.ClientAliveParameters 2011-03-01 21:20:57.000000000 +0100 +++ e-smith-openssh-2.2.0/root/etc/e-smith/templates/etc/ssh/sshd_config/60ClientAliveInterval 2011-03-01 21:23:30.000000000 +0100 @@ -0,0 +1,5 @@ +{ + my $interval = $sshd{ClientAliveInterval} || 15; + $OUT = "ClientAliveInterval $interval\n"; +} +