Changes
added timezone changing command
EOF
chmod a+x /etc/rc2.d/S15ssh_gen_host_keys
</source>
=== Change timezone ===
You might want to change timezone if you do not live in $UTC. The following example is for Germany
<source lang="bash">
ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
</source>