summaryrefslogtreecommitdiff
path: root/priv/make_keys.sh
diff options
context:
space:
mode:
Diffstat (limited to 'priv/make_keys.sh')
-rwxr-xr-xpriv/make_keys.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/priv/make_keys.sh b/priv/make_keys.sh
new file mode 100755
index 0000000..bd65aec
--- /dev/null
+++ b/priv/make_keys.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+mkdir keys
+chmod 700 keys
+cd keys
+
+ssh-keygen -N "" -b 256 -t ecdsa -f ssh_host_ecdsa_key
+ssh-keygen -N "" -b 1024 -t dsa -f ssh_host_dsa_key
+ssh-keygen -N "" -b 2048 -t rsa -f ssh_host_rsa_key \ No newline at end of file