]> git.armaanb.net Git - asd-repo.git/blobdiff - extra/openssh/post-install
Adapt for asd linux
[asd-repo.git] / extra / openssh / post-install
diff --git a/extra/openssh/post-install b/extra/openssh/post-install
new file mode 100755 (executable)
index 0000000..00aabb8
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Generate host keys if they don't already exist.
+ssh-keygen -A >/dev/null 2>&1