local configuration should be separate
This commit is contained in:
@@ -10,3 +10,5 @@ sshd_genkeys() {
|
||||
[[ -e "/etc/ssh/ssh_host_key" ]] || { ssh-keygen -A; }
|
||||
watchman.start
|
||||
}
|
||||
|
||||
start() { sshd_genkeys; }
|
||||
|
Reference in New Issue
Block a user