mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
update
This commit is contained in:
@@ -41,7 +41,6 @@ fi
|
||||
|
||||
# Generate an ssh key (ed25519) at /data/coolify/ssh-keys/id.root@host.docker.internal
|
||||
if [ ! -f /data/coolify/ssh-keys/id.root@host.docker.internal ]; then
|
||||
# Add date to the end of the key to prevent collisions
|
||||
ssh-keygen -t ed25519 -f /data/coolify/ssh-keys/id.root@host.docker.internal -q -N "" -C root@coolify
|
||||
chown 9999 /data/coolify/ssh-keys/id.root@host.docker.internal
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user