mirror of
https://github.com/KrystianD/mikrotik_configurator.git
synced 2025-08-19 01:35:58 +02:00
initial commit
This commit is contained in:
4
tools/gen_ssh_host_keys.sh
Executable file
4
tools/gen_ssh_host_keys.sh
Executable 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
|
Reference in New Issue
Block a user