7
edits
Changes
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 ''