Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Debian template creation

10 bytes added, 08:59, 25 April 2007
m
Fix SSH host keys
cat << EOF > /etc/rc2.d/S15ssh_gen_host_keys
#!/bin/bash
ssh-keygen -f /etc/ssh/ssh_host_rsa_key -t rsa -N ''''''' ssh-keygen -f /etc/ssh/ssh_host_dsa_key -t dsa -N '''''''
rm -f \$0
EOF
2
edits