Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Debian template creation

No change in size, 20:39, 4 February 2011
m
typo
#!/bin/sh
### BEGIN INIT INFO
# Provides: Generates new ssh host keys at on first boot
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Generates new ssh host keys at on first boot# Description: Generates new ssh host keys at on first boot
### END INIT INFO
ssh-keygen -f /etc/ssh/ssh_host_rsa_key -t rsa -N ''
7
edits