1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00
budibase/hosting/single/ssh/ssh_setup.sh

8 lines
106 B
Bash
Raw Normal View History

2022-09-14 03:08:54 +12:00
#!/bin/sh
ssh-keygen -A
#prepare run dir
if [ ! -d "/var/run/sshd" ]; then
mkdir -p /var/run/sshd
fi