Remove vim settings.
This commit is contained in:
@@ -8,12 +8,14 @@ pidfile=@VARBASE@/run/sshd.pid
|
||||
required_files=/etc/ssh/sshd_config
|
||||
required_dirs=@VARBASE@/empty
|
||||
|
||||
depend() {
|
||||
depend()
|
||||
{
|
||||
use logger dns
|
||||
need net
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
start_pre()
|
||||
{
|
||||
if [ ! -e /etc/ssh/ssh_host_key ]; then
|
||||
ebegin "Generating Hostkey"
|
||||
ssh-keygen -t rsa1 -b 1024 -f /etc/ssh/ssh_host_key -N ''
|
||||
@@ -32,5 +34,3 @@ start_pre() {
|
||||
|
||||
${command} -t
|
||||
}
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
Reference in New Issue
Block a user