#%% begin initialize 
if [ ! -f /etc/ssh/sshd_config ]; then
  cd /etc/ssh ; cp sshd_config.new sshd_config
fi
if [ ! -f /etc/ssh/ssh_config ]; then
  cd /etc/ssh ; cp ssh_config.new ssh_config
fi
#%% end
