„scripts/start-server.sh“ ändern
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir -p /root/ssh /root/wireguard
|
||||
mkdir -p /root/ssh
|
||||
if [ ! -f /root/ssh/ssh_host_rsa_key ]; then
|
||||
echo "---No Host RSA Key found, generating!---"
|
||||
ssh-keygen -f /root/ssh/ssh_host_rsa_key -t rsa -b ${RSA_BITS} -N ""
|
||||
|
Reference in New Issue
Block a user