summaryrefslogtreecommitdiffstats
path: root/crypto/dropbear/FINAL
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dropbear/FINAL')
-rwxr-xr-xcrypto/dropbear/FINAL5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/dropbear/FINAL b/crypto/dropbear/FINAL
new file mode 100755
index 0000000000..14c5291dc5
--- /dev/null
+++ b/crypto/dropbear/FINAL
@@ -0,0 +1,5 @@
+if ! [ -d ${INSTALL_ROOT}/etc/dropbear ]; then
+ mkdir -p ${INSTALL_ROOT}/etc/dropbear &&
+ dropbearkey -t rsa -f ${INSTALL_ROOT}/etc/dropbear/dropbear_rsa_host_key &&
+ dropbearkey -t dss -f ${INSTALL_ROOT}/etc/dropbear/dropbear_dss_host_key
+fi