initial commit

This commit is contained in:
Krystian Dużyński
2022-11-04 21:20:16 +01:00
commit cb6a0f8d27
31 changed files with 880 additions and 0 deletions

4
tools/gen_ssh_host_keys.sh Executable file
View File

@@ -0,0 +1,4 @@
ssh-keygen -N "" -f ssh_host_private_key_dsa -t dsa -m pkcs8
ssh-keygen -N "" -f ssh_host_private_key_rsa -t rsa -m pkcs8
ssh-keygen -e -f ssh_host_private_key_rsa.pub -m pkcs8 > ssh_host_private_key_rsa.pub.tmp
mv ssh_host_private_key_rsa.pub.tmp ssh_host_private_key_rsa.pub