9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
|
description "OpenSSH Server Key Generation"
|
||
|
|
||
|
start on starting ssh
|
||
|
console output
|
||
|
|
||
|
task
|
||
|
|
||
|
exec /usr/bin/ssh-keygen -A
|