#!/bin/bash

rm -f /etc/ssh/ssh_host_rsa_key
ssh-keygen -f /etc/ssh/ssh_host_rsa_key -t rsa -N ''

rm -f /etc/ssh/ssh_host_dsa_key
ssh-keygen -f /etc/ssh/ssh_host_dsa_key -t dsa -N ''

rm -f $0
